Skip to content

Commit 06425e3

Browse files
committed
use prepare npm script to support installing from git
1 parent be0837e commit 06425e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"precodecov": "npm run coverage",
1919
"lint": "eslint src test/*.js",
2020
"build": "node src/shared/_build.js && rollup -c",
21+
"prepare": "npm run build",
2122
"dev": "node src/shared/_build.js && rollup -c -w",
2223
"pretest": "npm run build",
2324
"prepublishOnly": "npm run lint && npm test",

0 commit comments

Comments
 (0)