Skip to content

Commit 53db765

Browse files
authored
Refactor deprecated prepublish to prepack (#26)
1 parent dfe3f36 commit 53db765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint:js:fix": "eslint . --fix",
2121
"lint:md": "prettier --check \"**/*.{html,md,yaml,yml}\"",
2222
"lint:md:fix": "prettier --write \"**/*.{html,md,yaml,yml}\"",
23-
"prepublish": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
23+
"prepack": "rollup -c && tsc dist/*.js --declaration --allowJs --emitDeclarationOnly",
2424
"release": "dotenv release-it --",
2525
"test": "ava",
2626
"test:watch": "ava --watch"

0 commit comments

Comments
 (0)