We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72d1b8 commit 85915ccCopy full SHA for 85915cc
package.json
@@ -8,7 +8,7 @@
8
"create_css": "grunt create_css",
9
"create_html": "grunt create_html",
10
"create_js": "webpack",
11
- "create_all": "npm run create_css & npm run create_html & npm run create_js & wait",
+ "create_all": "npm run create_css & npm run create_html & npm run create_js",
12
"start": "npm run create_js & grunt"
13
},
14
"keywords": [
0 commit comments