Skip to content

Commit

Permalink
chore: remove pretest
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 13, 2023
1 parent ba30b40 commit 2e1a719
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bindings/packager/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"build:debug": "napi build --platform && pnpm run postbuild",
"postbuild": "rm -rf ./build && node generate-config-type.js && tsc",
"prepublishOnly": "napi prepublish -t npm --gh-release-id $RELEASE_ID",
"pretest": "napi build --platform",
"test": "ava --no-worker-threads",
"universal": "napi universal",
"version": "napi version"
Expand Down
1 change: 0 additions & 1 deletion bindings/updater/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"build": "napi build --platform --profile release-size-optimized",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish -t npm --gh-release-id $RELEASE_ID",
"pretest": "napi build --platform",
"test": "ava --no-worker-threads --timeout 30m",
"universal": "napi universal",
"version": "napi version"
Expand Down

0 comments on commit 2e1a719

Please sign in to comment.