Skip to content

Commit 758255c

Browse files
committed
circle CI
1 parent c3481f1 commit 758255c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run:
2222
name: Authenticate with registry
2323
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
24-
- run: ./deploy.sh
24+
- run: cd ~/repo && ./deploy.sh
2525

2626
workflows:
2727
version: 2

0 commit comments

Comments
 (0)