We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051e95b commit 665a418Copy full SHA for 665a418
1 file changed
.circleci/config.yml
@@ -16,8 +16,8 @@ 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
0 commit comments