Skip to content

Commit 89e2a42

Browse files
committed
Fix release task for 2.0
1 parent e35616f commit 89e2a42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-workflow.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
run: npm ci
4242
env:
4343
CI: true
44-
- name: Run build
44+
- name: Run test
4545
run: npm test
4646
env:
4747
CI: true
48-
- run: rm ./lib/p5-test.js ./lib/p5.pre-min.js
48+
- name: Run build
49+
run: npm run build
4950

5051
# 2. Prepare release files
5152
- run: mkdir release && mkdir p5 && cp -r ./lib/* p5/

0 commit comments

Comments
 (0)