Skip to content

Commit ebb111c

Browse files
Andrey Okonetchnikovokonet
authored andcommitted
chore: Switch to prepare instead of deprecated prepublish
1 parent 9c64dee commit ebb111c

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
@@ -10,7 +10,7 @@
1010
"build": "npm run build:cjs && npm run build:esm",
1111
"build:cjs": "NODE_ENV=cjs rollup -c -o dist/index.js",
1212
"build:esm": "NODE_ENV=esm rollup -c -o dist/index.m.js",
13-
"prepublish": "npm run build",
13+
"prepare": "npm run build",
1414
"pretest": "npm run lint",
1515
"test": "echo \"Error: no test specified\" && exit 0",
1616
"lint": "eslint .",

0 commit comments

Comments
 (0)