We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7448d2 commit 018dd80Copy full SHA for 018dd80
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Training course repository for JavaScript by mixi",
5
"main": "index.js",
6
"scripts": {
7
- "setup": "npm install; (cd public; bower install)",
+ "postinstall": "(cd public; $(npm bin)/bower install)",
8
"help": "$(npm bin)/gulp help",
9
"serve": "$(npm bin)/gulp serve",
10
"presentation": "$(npm bin)/reveal-md README.md --theme solarized --separator '^\\n\\n\\n' --verticalSeparator '^\\n\\n'"
0 commit comments