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 2c97193 commit 07f3ee2Copy full SHA for 07f3ee2
.circleci/config.yml
@@ -183,8 +183,12 @@ jobs:
183
- image: circleci/node:12.22.1
184
working_directory: ~/plotly.js
185
steps:
186
- - attach_workspace:
187
- at: ~/
+ - checkout
+ - run:
188
+ name: set up build environment
189
+ command: .circleci/env_build.sh
190
191
+ command: rm -rf .git
192
- run:
193
name: Build dist/
194
command: npm run build
@@ -279,9 +283,8 @@ workflows:
279
283
- source-syntax:
280
284
requires:
281
285
- install-and-cibuild
282
- - publish-dist:
- requires:
- - install-and-cibuild
286
+
287
+ - publish-dist
288
- test-dist1:
289
290
- publish-dist
0 commit comments