Skip to content

Commit f17c109

Browse files
committed
circle ci
1 parent 99ad0b6 commit f17c109

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- checkout
1414
- run: ./build.sh
15+
- persist_to_workspace:
16+
root: ~/repo
17+
paths: .
1518

1619
deploy:
1720
<<: *defaults
@@ -21,8 +24,6 @@ jobs:
2124
- run:
2225
name: Authenticate with registry
2326
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
24-
- run: echo "dir=$PWD"
25-
- run: echo $(ls -la)
2627
- run: ./deploy.sh
2728

2829
workflows:

0 commit comments

Comments
 (0)