Skip to content

Commit

Permalink
Remove unsupported flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisl9029 committed Aug 6, 2024
1 parent dd659e3 commit be62b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"scripts": {
"postinstall": "node postinstall.js",
"artifacts": "napi artifacts --npm-dir scripts/npm",
"prepack": "tsc -d && node scripts/update-package-jsons.mjs && napi prepublish -p scripts/npm --tag-style npm --skip-gh-release",
"prepack": "tsc -d && node scripts/update-package-jsons.mjs && napi prepublish -p scripts/npm --tag-style npm",
"pack": "wasm-pack",
"build:ts": "tsc -d",
"build:wasm": "npm-run-all \"pack -- build ../../bindings/binding_core_wasm --scope swc {1} -t {2} --features plugin\" --",
Expand Down

0 comments on commit be62b15

Please sign in to comment.