Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 42a751e

Browse files
authored
Merge pull request #11 from ahelwer/master
Modify npm script postinstall. Fixes #10
2 parents cee5da3 + 2144f4a commit 42a751e

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
@@ -36,7 +36,7 @@
3636
"webpack": "^1.12.2"
3737
},
3838
"scripts": {
39-
"postinstall": "npm ls --prod --json > dist/deps.json; npm run webpack",
39+
"postinstall": "npm ls --prod --json > dist/deps.json && npm run webpack",
4040
"webpack": "./node_modules/.bin/webpack",
4141
"start": "nws -d ./dist -p ${PORT:-8080}",
4242
"test": "make test"

0 commit comments

Comments
 (0)