We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
build-dev
1 parent 8814c53 commit 8cd69d1Copy full SHA for 8cd69d1
napi/playground/package.json
@@ -13,8 +13,8 @@
13
"./*": "./*"
14
},
15
"scripts": {
16
- "build": "napi build --platform --release --target wasm32-wasip1-threads && node patch.mjs",
17
- "dev": "napi build --platform --target wasm32-wasip1-threads && node patch.mjs"
+ "build-dev": "napi build --platform --target wasm32-wasip1-threads && node patch.mjs",
+ "build": "napi build --platform --release --target wasm32-wasip1-threads && node patch.mjs"
18
19
"dependencies": {
20
"@napi-rs/wasm-runtime": "^0.2.7"
0 commit comments