Skip to content

Commit 051e95b

Browse files
committed
circle ci
1 parent 758255c commit 051e95b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
deploy:
1717
<<: *defaults
1818
steps:
19-
- attach_workspace:
20-
at: ~/repo
19+
# - attach_workspace:
20+
# at: ~/repo
2121
- run:
2222
name: Authenticate with registry
2323
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
24-
- run: cd ~/repo && ./deploy.sh
24+
- run: ./deploy.sh
2525

2626
workflows:
2727
version: 2

0 commit comments

Comments
 (0)