mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-06-29 05:39:31 +00:00
add postinstall step to patch native libs
This commit is contained in:
parent
f41b54799a
commit
4a63305cbf
1 changed files with 2 additions and 1 deletions
|
|
@ -8,10 +8,11 @@
|
|||
},
|
||||
"scripts": {
|
||||
"clean": "node scripts/clean.js",
|
||||
"dev": "npm run build && node scripts/dev.js",
|
||||
"dev": "node scripts/dev.js",
|
||||
"dev:client": "node scripts/dev.js --client-only",
|
||||
"build": "node scripts/build.js",
|
||||
"build:ci": "node scripts/build-ci.js",
|
||||
"postinstall": "node scripts/ensure-native-modules.js",
|
||||
"lint": "concurrently -n biome,tsc-server,tsc-client,tsc-sw \"biome check src\" \"tsc --noEmit --project tsconfig.server.json\" \"tsc --noEmit --project tsconfig.client.json\" \"tsc --noEmit --project tsconfig.sw.json\"",
|
||||
"lint:fix": "biome check src --write",
|
||||
"lint:biome": "biome check src",
|
||||
|
|
|
|||
Loading…
Reference in a new issue