Skip to content

Commit ca3fa60

Browse files
committed
Build setup support
1 parent 9609099 commit ca3fa60

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@
3333
"engines": {
3434
"node": ">=24.15.0"
3535
},
36+
"os": [
37+
"linux"
38+
],
3639
"scripts": {
3740
"install": "node-gyp-build",
3841
"build": "node-gyp rebuild && tsc",
3942
"build:ts": "tsc",
43+
"prepack": "test -n \"$KEEP_PREBUILDS\" || rm -rf prebuilds",
4044
"prepublishOnly": "tsc",
4145
"test": "TS_NODE_TRANSPILE_ONLY=true mocha"
4246
},

0 commit comments

Comments
 (0)