1
0
mirror of synced 2025-12-07 22:18:17 +08:00

Add: Npm run ci script

This commit is contained in:
surunzi
2017-08-26 10:51:05 +08:00
parent a8c4a1c56c
commit a87c50252a
2 changed files with 2 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
"ci": "npm run lint && npm run build && npm run test",
"build": "webpack --config script/webpack.dev.js && webpack -p --config script/webpack.release.js",
"dev": "webpack-dev-server --config script/webpack.dev.js --host 0.0.0.0",
"test": "karma start",