Skip to content

Commit 4c7ad71

Browse files
committed
put partial bundle tests in a separate run block
1 parent b54dcc4 commit 4c7ad71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
at: ~/
146146
- run:
147147
name: Build dist/
148-
command: npm run build && npm run no-new-func
148+
command: npm run build
149149
- store_artifacts:
150150
path: dist
151151
destination: dist
@@ -166,6 +166,9 @@ 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 bundles
171+
command: npm run no-new-func
169172

170173
workflows:
171174
version: 2

0 commit comments

Comments
 (0)