Fix running multiple scripts on Windows
This commit is contained in:
parent
9543fe060e
commit
973fa0f4b2
@ -15,9 +15,9 @@
|
||||
"build": "npm run build:grunt && npm run build:handlebars",
|
||||
"build:grunt": "grunt",
|
||||
"build:handlebars": "handlebars client/views/ -e tpl -f client/js/lounge.templates.js",
|
||||
"test": "npm run test:mocha; npm run lint",
|
||||
"test": "(npm run test:mocha || true) && npm run lint",
|
||||
"test:mocha": "mocha -r test/fixtures/env.js test/**/*.js",
|
||||
"lint": "npm run lint:js; npm run lint:css",
|
||||
"lint": "(npm run lint:js || true) && (npm run lint:css || true)",
|
||||
"lint:js": "eslint .",
|
||||
"lint:css": "stylelint \"**/*.css\"",
|
||||
"prepublish": "npm run build"
|
||||
|
Loading…
Reference in New Issue
Block a user