We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ad0b6 commit f17c109Copy full SHA for f17c109
1 file changed
.circleci/config.yml
@@ -12,6 +12,9 @@ jobs:
12
steps:
13
- checkout
14
- run: ./build.sh
15
+ - persist_to_workspace:
16
+ root: ~/repo
17
+ paths: .
18
19
deploy:
20
<<: *defaults
@@ -21,8 +24,6 @@ jobs:
21
24
- run:
22
25
name: Authenticate with registry
23
26
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- - run: echo "dir=$PWD"
- - run: echo $(ls -la)
27
- run: ./deploy.sh
28
29
workflows:
0 commit comments