Skip to content

Commit 74270f8

Browse files
committed
feat: Update npm script in circleci config
1 parent 79d1ef8 commit 74270f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
command: npm run docs
6666
- run:
6767
name: Deploy Docs to Zeit
68-
command: npm run docs
68+
command: npm run docs:deploy
6969
- run:
7070
name: Aliasing Deployment
71-
command: npm run alias
71+
command: npm run docs:deploy:alias
7272

7373
publish-job:
7474
docker:

0 commit comments

Comments
 (0)