Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 189f424

Browse files
committed
add build artifact to CI build
1 parent 6de0042 commit 189f424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
command: |
3434
npm run pretest
3535
npm run cibuild
36+
- run:
37+
name: Save build artifact
38+
command: cp build/plotly.js $CIRCLE_ARTIFACTS/
3639
- save_cache:
3740
paths:
3841
- node_modules

0 commit comments

Comments
 (0)