Skip to content

Commit b60e114

Browse files
committed
Package.json: Use npm run build instead of build
1 parent dd35eb8 commit b60e114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "rollup -c",
1717
"lint": "eslint rollup.config.js src test",
1818
"test": "mocha test",
19-
"prepublish": "build"
19+
"prepublish": "npm run build"
2020
},
2121
"keywords": [
2222
"react",

0 commit comments

Comments
 (0)