Skip to content

Commit 07f3ee2

Browse files
committed
publish dist without depending on cibuild step
1 parent 2c97193 commit 07f3ee2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.circleci/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,12 @@ jobs:
183183
- image: circleci/node:12.22.1
184184
working_directory: ~/plotly.js
185185
steps:
186-
- attach_workspace:
187-
at: ~/
186+
- checkout
187+
- run:
188+
name: set up build environment
189+
command: .circleci/env_build.sh
190+
- run:
191+
command: rm -rf .git
188192
- run:
189193
name: Build dist/
190194
command: npm run build
@@ -279,9 +283,8 @@ workflows:
279283
- source-syntax:
280284
requires:
281285
- install-and-cibuild
282-
- publish-dist:
283-
requires:
284-
- install-and-cibuild
286+
287+
- publish-dist
285288
- test-dist1:
286289
requires:
287290
- publish-dist

0 commit comments

Comments
 (0)