We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c31a44 commit 9a49a33Copy full SHA for 9a49a33
.circleci/config.yml
@@ -25,6 +25,7 @@ jobs:
25
docker:
26
- image: circleci/node:8.11.1
27
steps:
28
+ - checkout
29
- attach_workspace:
30
at: dist
31
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
0 commit comments