Skip to content

Commit

Permalink
chore: fix circle ci publishing (#73)
Browse files Browse the repository at this point in the history
* chore: try to fix circle ci publishing

* fix: fix build script

* fix: revert comment change
  • Loading branch information
nolanlawson authored Nov 1, 2021
1 parent 98d59c9 commit baa0706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
executor: node
steps:
- load_workspace
- run:
name: Check that publishable files exist
command: ls ./dist/commonjs/observable-membrane.js
- run:
name: Configure NPM authentication
command: npm config set "//registry.npmjs.org/:_authToken" "$NPM_AUTOMATION_TOKEN"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"test": "jest --config jest.config.js --coverage",
"prebuild": "rm -rf dist",
"build": "tsc --emitDeclarationOnly && rollup -c",
"prepare": "yarn build",
"changelog": "yarn changelog:generate && yarn changelog:publish",
"changelog:generate": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:publish": "git add CHANGELOG.md && git commit -m 'docs(changelog): publish release changelog' && git push",
Expand Down

0 comments on commit baa0706

Please sign in to comment.