Skip to content

Commit

Permalink
Refactor deprecated prepublish to prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
timidak committed Nov 29, 2023
1 parent 5d6c48b commit 3f72560
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 @@ -19,7 +19,7 @@
"lint:js:fix": "eslint . --fix",
"lint:md": "prettier --check \"**/*.{html,md,yaml,yml}\"",
"lint:md:fix": "prettier --write \"**/*.{html,md,yaml,yml}\"",
"prepublish": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
"prepack": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
"release": "dotenv release-it --",
"test": "ava",
"test:watch": "ava --watch"
Expand Down

0 comments on commit 3f72560

Please sign in to comment.