We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5100e commit e17821bCopy full SHA for e17821b
1 file changed
skipruntime-ts/addon/package.json
@@ -7,6 +7,7 @@
7
".": "./dist/index.js"
8
},
9
"scripts": {
10
+ "preinstall": "skargo build -r --lib --manifest-path=../skiplang/ffi/Skargo.toml --out-dir=../../build/skipruntime",
11
"prepare": "skargo build -r --lib --manifest-path=../skiplang/ffi/Skargo.toml --out-dir=../../build/skipruntime",
12
"build": "skargo build -r --lib --manifest-path=../skiplang/ffi/Skargo.toml --out-dir=../../build/skipruntime && tsc && SKIPRUNTIME=$(realpath ../../build/skipruntime) node-gyp configure && node-gyp build",
13
"clean": "rm -rf dist && node-gyp clean",
0 commit comments