Skip to content

Commit

Permalink
Switch to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
webdev03 committed Oct 2, 2023
1 parent dd6bde2 commit d68e6a4
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 @@ -11,7 +11,7 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --minify --dts",
"build:watch": "tsup src/index.ts --format cjs,esm --minify --dts --watch",
"prepublish": "tsup src/index.ts --format cjs,esm --minify --dts",
"prepare": "tsup src/index.ts --format cjs,esm --minify --dts",
"test": "tap --no-coverage --node-arg=--loader=ts-node/esm --node-arg=--experimental-specifier-resolution=node",
"lint": "prettier --check .",
"format": "prettier --write ."
Expand Down

0 comments on commit d68e6a4

Please sign in to comment.