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 59390cb commit 5bfbe11Copy full SHA for 5bfbe11
.circleci/config.yml
@@ -166,12 +166,12 @@ 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 certain bundles against function constructors
171
- command: npm run no-new-func
172
- run:
173
name: Test plotly bundles againt unexpected characters
174
command: npm run no-bad-char
+ - run:
+ name: Test certain bundles against function constructors
+ command: npm run no-new-func
175
176
workflows:
177
version: 2
0 commit comments