Skip to content

Commit 018dd80

Browse files
author
Kuniwak
committed
Use postinstall
1 parent a7448d2 commit 018dd80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Training course repository for JavaScript by mixi",
55
"main": "index.js",
66
"scripts": {
7-
"setup": "npm install; (cd public; bower install)",
7+
"postinstall": "(cd public; $(npm bin)/bower install)",
88
"help": "$(npm bin)/gulp help",
99
"serve": "$(npm bin)/gulp serve",
1010
"presentation": "$(npm bin)/reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"

0 commit comments

Comments
 (0)