Add npm script testing type

This commit is contained in:
hmsk
2017-12-17 17:23:07 -08:00
parent af4afc926e
commit f6f330255c

View File

@@ -23,7 +23,8 @@
"build:server": "webpack --config ./build/webpack.server.config.js --progress --hide-modules",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
"build": "npm run lint && npm run unit && npm run build:client && npm run build:server"
"build": "npm run lint && npm run unit && npm run build:client && npm run build:server",
"test:types": "tsc -p types/test"
},
"license": "MIT",
"devDependencies": {