Skip to content

Commit

Permalink
add build-dev npm
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y authored Dec 6, 2024
1 parent 4f7733a commit 7e52068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vortex-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"test": "tests"
},
"scripts": {
"build": "wasm-pack build --target web && tsc"
"build": "wasm-pack build --target web && tsc",
"build-dev": "wasm-pack build --dev --target web && tsc"
},
"author": "",
"author": "Vortex Developers <[email protected]>",
"license": "ISC",
"files": [
"vortex.ts",
Expand Down

0 comments on commit 7e52068

Please sign in to comment.