Skip to content

Commit 5bfbe11

Browse files
committed
let no-bad-char run first to catch unexpected characters
1 parent 59390cb commit 5bfbe11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ jobs:
166166
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/plotly.js
167167
echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/plotly.min.js
168168
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
172169
- run:
173170
name: Test plotly bundles againt unexpected characters
174171
command: npm run no-bad-char
172+
- run:
173+
name: Test certain bundles against function constructors
174+
command: npm run no-new-func
175175

176176
workflows:
177177
version: 2

0 commit comments

Comments
 (0)