Skip to content

Commit

Permalink
Use prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Sep 11, 2023
1 parent cf5da38 commit 9ea9c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"docs": "yarn run typedoc",
"format": "yarn run prettier --write src/**/* examples/**/*",
"lint": "yarn run eslint lib tests/lib --ext .ts",
"prepublishOnly": "yarn run build && yarn run updateData",
"prepack": "yarn run build && yarn run updateData",
"test": "mocha tests --recursive --extension ts --require ts-node/register",
"updateData": "ts-node update-data.ts",
"watch": "yarn run tsc --watch"
Expand Down

0 comments on commit 9ea9c53

Please sign in to comment.