We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a4691 commit e73bafeCopy full SHA for e73bafe
1 file changed
package.json
@@ -53,7 +53,6 @@
53
"build:debug": "napi build --platform",
54
"build:all": "napi build --release",
55
"build:prebuilds": "napi build --platform --release --strip",
56
- "build:arm64": "bash scripts/build-arm.sh",
57
"clean": "napi clean && cargo clean",
58
"format": "run-p format:prettier format:rs",
59
"format:prettier": "prettier . -w",
@@ -104,4 +103,4 @@
104
103
"useTabs": false
105
},
106
"packageManager": "bun@1.3.5"
107
-}
+}
0 commit comments