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

chore: remove eruda.min.js

This commit is contained in:
surunzi
2019-09-26 18:22:03 +08:00
parent 73e77de451
commit 5937c57b67
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"main": "eruda.js",
"scripts": {
"ci": "npm run lint && npm run test && npm run build",
"build": "webpack --config script/webpack.dev.js && webpack --config script/webpack.release.js",
"build": "webpack --config script/webpack.release.js",
"cov": "npm run test && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -t json && node script/coverage",
"dev": "webpack-dev-server --config script/webpack.dev.js --host 0.0.0.0",
"test": "karma start",