Re-order scripts alphabetically in package.json
and replace start-dev
with dev
This commit is contained in:
parent
ecede860ef
commit
fe4f453a34
18
package.json
18
package.json
@ -12,17 +12,17 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://thelounge.chat/",
|
"homepage": "https://thelounge.chat/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"coverage": "rm -rf .nyc_output/ && npm-run-all test:* && nyc --nycrc-path=test/.nycrc-report report",
|
|
||||||
"start": "node index start",
|
|
||||||
"start-dev": "npm-run-all --parallel watch start",
|
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"watch": "webpack --watch",
|
"coverage": "rm -rf .nyc_output/ && run-s test:{client,server} && nyc --nycrc-path=test/.nycrc-report report",
|
||||||
"test": "npm-run-all --aggregate-output --parallel --continue-on-error test:* lint:*",
|
"dev": "run-p watch start",
|
||||||
"test:mocha": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors",
|
|
||||||
"test:mocha-webpack": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts",
|
|
||||||
"lint:js": "eslint . --report-unused-disable-directives --color",
|
|
||||||
"lint:css": "stylelint --color \"client/**/*.css\"",
|
"lint:css": "stylelint --color \"client/**/*.css\"",
|
||||||
"start:mocha": "webpack-dev-server --config=webpack.config-browser.js"
|
"lint:js": "eslint . --report-unused-disable-directives --color",
|
||||||
|
"start": "node index start",
|
||||||
|
"test": "run-p --aggregate-output --continue-on-error lint:* test:{client,server}",
|
||||||
|
"test:browser": "webpack-dev-server --config=webpack.config-browser.js",
|
||||||
|
"test:client": "nyc --nycrc-path=test/.nycrc-mocha-webpack mocha-webpack --colors --opts=test/mocha-webpack.opts",
|
||||||
|
"test:server": "nyc --nycrc-path=test/.nycrc-mocha mocha --colors",
|
||||||
|
"watch": "webpack --watch"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lounge",
|
"lounge",
|
||||||
|
Loading…
Reference in New Issue
Block a user