Skip to content

Commit 8d8ea13

Browse files
committed
prepublishOnly → prepare
1 parent cb3c817 commit 8d8ea13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"url": "https://github.com/browserify/acorn-node.git"
3737
},
3838
"scripts": {
39-
"test": "standard && node test/index.js",
40-
"prepublishOnly": "npm run build",
39+
"test": "standard && node test",
40+
"prepare": "npm run build && node test",
4141
"build": "node build.js"
4242
},
4343
"standard": {

0 commit comments

Comments
 (0)