Skip to content

Commit

Permalink
skip config gen
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Nov 16, 2023
1 parent f423273 commit ea8e638
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bindings/packager/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@
},
"scripts": {
"artifacts": "napi artifacts",
"build-ts": "rm -rf build/ && node generate-config-type.js && tsc",
"build": "pnpm build-ts && napi build --platform --profile release-size-optimized",
"build:debug": "napi build --platform && pnpm build-ts",
"build:config": "node generate-config-type.js",
"build:ts": "rm -rf build/ && tsc",
"build": "pnpm build:config && pnpm build:ts && napi build --platform --profile release-size-optimized",
"build:debug": "pnpm build:config && pnpm build:ts && napi build --platform",
"prepublishOnly": "napi prepublish -t npm --gh-release-id $RELEASE_ID",
"pretest": "npm run build-ts",
"pretest": "npm run build:ts",
"test": "ava --no-worker-threads",
"universal": "napi universal",
"version": "napi version"
Expand Down

0 comments on commit ea8e638

Please sign in to comment.