Skip to content

Commit 75b1b05

Browse files
authored
Merge pull request #923 from sveltejs/install-from-git
use prepare npm script to support installing from git
2 parents 3ff208f + 06425e3 commit 75b1b05

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)