Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 7c06255

Browse files
committed
Use prestart not install script
1 parent 60cce35 commit 7c06255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $ npm install
127127

128128
### Build
129129

130-
Execute the default build task with
130+
Install any Bower dependencies and execute the default build task with
131131

132132
```
133133
$ npm start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Evan Sosenko <[email protected]>"
1616
],
1717
"scripts": {
18-
"install": "bower install",
18+
"prestart": "bower install",
1919
"start": "grunt",
2020
"test": "grunt"
2121
},

0 commit comments

Comments
 (0)