Skip to content

Commit 8cd69d1

Browse files
committed
refactor(napi/playground): rename dev script to build-dev (#12131)
just updates the `napi/playground` dev script to be consistent with the other napi packages
1 parent 8814c53 commit 8cd69d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napi/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"./*": "./*"
1414
},
1515
"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"
16+
"build-dev": "napi build --platform --target wasm32-wasip1-threads && node patch.mjs",
17+
"build": "napi build --platform --release --target wasm32-wasip1-threads && node patch.mjs"
1818
},
1919
"dependencies": {
2020
"@napi-rs/wasm-runtime": "^0.2.7"

0 commit comments

Comments
 (0)