We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758255c commit 051e95bCopy full SHA for 051e95b
1 file changed
.circleci/config.yml
@@ -16,12 +16,12 @@ jobs:
16
deploy:
17
<<: *defaults
18
steps:
19
- - attach_workspace:
20
- at: ~/repo
+# - attach_workspace:
+# at: ~/repo
21
- run:
22
name: Authenticate with registry
23
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
24
- - run: cd ~/repo && ./deploy.sh
+ - run: ./deploy.sh
25
26
workflows:
27
version: 2
0 commit comments