Skip to content

Commit 3373be9

Browse files
committed
chore: add install npm dependencies step
1 parent 6bb1136 commit 3373be9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wasm-js.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
make build
3939
cp ./dist/surreal/index.bundled.js ../assets/wasm/surrealdb
4040
cp ./dist/surreal/index_bg.wasm ../assets/wasm/surrealdb
41+
42+
- name: "Install NPM dependencies"
43+
run: pnpm install
4144

4245
- name: "Minify and compress JavaScript files"
4346
run: pnpm run package

0 commit comments

Comments
 (0)