Skip to content

Commit

Permalink
Move install scripts to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Oct 12, 2016
1 parent b4924e2 commit 49ea416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"test": "karma start --single-run --no-auto-watch karma.conf.js",
"install": "concurrently 'typings install' 'gulp enums:download'"
"postinstall": "concurrently 'typings install' 'gulp enums:download'"
},
"author": "Benedict Etzel <developer@beheh.de>",
"license": "UNLICENSED",
Expand Down

0 comments on commit 49ea416

Please sign in to comment.