We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a47eb commit 269df4fCopy full SHA for 269df4f
circle.yml
@@ -61,5 +61,5 @@ jobs:
61
- deploy:
62
command: |
63
if [ "${CIRCLE_BRANCH}" == "master" ]; then
64
- cd docs && npm run build && npm run deploy
+ cd docs && npm install && npm run build && npm run deploy
65
fi
0 commit comments