We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed718e commit 119ff10Copy full SHA for 119ff10
.circleci/config.yml
@@ -28,6 +28,7 @@ jobs:
28
- attach_workspace:
29
at: .
30
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
31
+ - run: npm install
32
- run: npm publish --tag test-release
33
# dont change anything
34
workflows:
0 commit comments