Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-05 16:01:20 +0300
committersualko <klaus@jsxc.org>2020-05-05 16:01:20 +0300
commit4471aaf23b3f98fe0839f097a59339c7b5566e64 (patch)
tree6d914b02a794cca6357837bea6496f9045a13524 /package.json
parent3a5567c73f2ff50a7c8bee84ed56198ebb6bec4a (diff)
chore: beautify build output
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 76fcdcc..5c9f303 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,10 @@
"test": "vendor/bin/phpunit -c phpunit.xml",
"jsxc": "cd node_modules/jsxc/ && webpack --watch --mode development",
"fix-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\" --fix",
- "checking-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\""
+ "fix-php-format": "vendor/bin/php-cs-fixer fix",
+ "checking": "run-p --continue-on-error --print-label checking-*",
+ "checking-typescript-format": "tslint -c tslint.json \"ts/**/*.ts\"",
+ "checking-php-format": "vendor/bin/php-cs-fixer fix --dry-run"
},
"husky": {
"hooks": {
@@ -34,11 +37,13 @@
"colors": "^1.3.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
+ "execa": "^4.0.0",
"git-revision-webpack-plugin": "^3.0.3",
"husky": "^4.2.3",
"libxmljs": "^0.19.5",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "4.13.1",
+ "npm-run-all": "^4.1.5",
"sass-loader": "^8.0.2",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.1",