Skip to content

Commit 5171c85

Browse files
Fix script names in workflows - use wasm:build instead of build:wasm
Co-Authored-By: Dan Lynch <[email protected]>
1 parent d9a70d9 commit 5171c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
yarn
2424
2525
- name: Build WASM 🔧
26-
run: npm run build:wasm
26+
run: npm run wasm:build
2727

2828
- name: Test 🔍
2929
run: yarn test

.github/workflows/run-tests-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
yarn
2424
2525
- name: Build WASM 🔧
26-
run: npm run build:wasm
26+
run: npm run wasm:build
2727

2828
- name: Test 🔍
2929
run: yarn test

0 commit comments

Comments
 (0)