Skip to content

Commit

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

0 comments on commit 3d46880

Please sign in to comment.