Skip to content

Commit d80312a

Browse files
committed
Change prepublish to prepare script
1 parent 0e9946c commit d80312a

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
@@ -34,7 +34,7 @@
3434
"hevc"
3535
],
3636
"scripts": {
37-
"prepublish": "npm prune",
37+
"prepare": "npm prune",
3838
"test": "mocha ./test/tests.js",
3939
"performance-test": "mocha ./test/performance-test.js",
4040
"lint": "eslint \"lib/**\""

0 commit comments

Comments
 (0)