Skip to content

Commit

Permalink
chore: add prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
xiBread committed Mar 6, 2024
1 parent 2f69978 commit 5cbd9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "node-pre-gyp configure build package && tsc --build",
"build:from-source": "node-pre-gyp install --fallback-to-build --build-from-source",
"test": "node-pre-gyp configure build && vitest run ./lib/index.test.ts",
"prepack": "yarn build",
"style": "yarn run lint:fix && prettier",
"lint": "eslint src --ext .ts",
"lint:fix": "yarn run lint -- --fix",
Expand Down

0 comments on commit 5cbd9f0

Please sign in to comment.