This commit is contained in:
梁灏 2019-03-20 14:17:30 +08:00
parent 1fb1cd1b4e
commit 3bc6c8c73b
2 changed files with 87 additions and 2 deletions

View file

@ -29,7 +29,7 @@
"dist:locale": "webpack --config build/webpack.dist.locale.config.js",
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale",
"lint": "eslint --fix --ext .js,.vue src",
"tslint": "tslint --type-check --fix --project .",
"tslint": "tslint --type-check --fix --project .",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"test": "npm run lint && npm run tslint && npm run unit",
"prepare": "npm run dist"