Skip to content

Commit 86db1db

Browse files
authored
Update package.json
1 parent a68b0f3 commit 86db1db

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
@@ -93,7 +93,7 @@
9393
"doctoc": "doctoc readme.md --title \"## Table of Contents\"",
9494
"lint": "eslint src/**/*.js",
9595
"lint:fix": "npm run lint -- --fix",
96-
"prerelease": "npm run build",
96+
"prepare": "npm run build",
9797
"preversion": "npm run doctoc && npm test",
9898
"release": "npm publish",
9999
"test": "npm run lint && jest src"

0 commit comments

Comments
 (0)