We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157dcbb commit d463b26Copy full SHA for d463b26
package.json
@@ -37,6 +37,6 @@
37
"watch:all": "npm-run-all --parallel watch:css watch:js",
38
"build:css": "npm run scss && npm run autoprefixer",
39
"build:js": "npm run uglify",
40
- "build:all": "npm run build:css && build:js"
+ "build:all": "npm run build:css && npm run build:js"
41
}
42
0 commit comments