Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Minor changes in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil-SV committed Mar 23, 2023
1 parent 896486a commit 0487f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"types": "./types/index.d.ts",
"scripts": {
"install": "node-gyp-build",
"prepublishOnly": "npm run test",
"prepack": "npm run build & npm test",
"prepublishOnly": "npm test",
"prepack": "npm test",
"build": "npm rum build:native & npm run build:ts",
"build:ts": "tsc",
"build:native": "node-gyp build",
Expand Down

0 comments on commit 0487f8b

Please sign in to comment.