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 189f424 commit 0578160Copy full SHA for 0578160
.circleci/config.yml
@@ -33,6 +33,8 @@ jobs:
33
command: |
34
npm run pretest
35
npm run cibuild
36
+ - store_artifacts:
37
+ path: ~/plotly.js/build/plotly.js
38
- run:
39
name: Save build artifact
40
command: cp build/plotly.js $CIRCLE_ARTIFACTS/
0 commit comments