Skip to content

Commit 269df4f

Browse files
authored
fix(deploy:docs): hotfix for docs deploy
npm install inside docs folder
1 parent d3a47eb commit 269df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
- deploy:
6262
command: |
6363
if [ "${CIRCLE_BRANCH}" == "master" ]; then
64-
cd docs && npm run build && npm run deploy
64+
cd docs && npm install && npm run build && npm run deploy
6565
fi

0 commit comments

Comments
 (0)