Skip to content

Commit 85915cc

Browse files
Removed & wait at the create_all task to avoid errors on Windows
1 parent d72d1b8 commit 85915cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"create_css": "grunt create_css",
99
"create_html": "grunt create_html",
1010
"create_js": "webpack",
11-
"create_all": "npm run create_css & npm run create_html & npm run create_js & wait",
11+
"create_all": "npm run create_css & npm run create_html & npm run create_js",
1212
"start": "npm run create_js & grunt"
1313
},
1414
"keywords": [

0 commit comments

Comments
 (0)