Skip to content

Commit

Permalink
add github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek committed Nov 24, 2023
1 parent 091fecc commit b893d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build": "tsc && node ./build.js",
"build-wasabi": "git submodule init && git submodule update --remote && cd wasabi/crates/wasabi_js && npm run build && wasm-pack build --target web && wasm-pack build --target nodejs --out-dir ../../../dist/wasabi && cd ../../..",
"build-wasabi": "cd wasabi/crates/wasabi_js && npm run build && wasm-pack build --target web && wasm-pack build --target nodejs --out-dir ../../../dist/wasabi && cd ../../..",
"build-full": "npm run build-wasabi && npm run build",
"test": "npm run build && node ./dist/tests/run-tests.cjs",
"clean-tests": "node ./dist/tests/clean-tests.cjs",
Expand Down

0 comments on commit b893d60

Please sign in to comment.