We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54dcc4 commit 4c7ad71Copy full SHA for 4c7ad71
.circleci/config.yml
@@ -145,7 +145,7 @@ jobs:
145
at: ~/
146
- run:
147
name: Build dist/
148
- command: npm run build && npm run no-new-func
+ command: npm run build
149
- store_artifacts:
150
path: dist
151
destination: dist
@@ -166,6 +166,9 @@ jobs:
166
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/plotly.js
167
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/plotly.min.js
168
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/plot-schema.json
169
+ - run:
170
+ name: Test bundles
171
+ command: npm run no-new-func
172
173
workflows:
174
version: 2
0 commit comments