1
0
mirror of synced 2025-12-08 06:38:00 +08:00

Add: genIcon npm script

This commit is contained in:
surunzi
2017-10-15 13:18:40 +08:00
parent 1a9bcbda49
commit 839f6c7014
2 changed files with 4 additions and 2 deletions

View File

@@ -9,10 +9,11 @@
"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",
"lint": "eslint src",
"setup": "node script/cpTestLib",
"genScriptUtil": "eustia build script/*.js -o script/util.js",
"lint": "eslint src",
"utilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\""
"genIcon": "node script/icomoon",
"genUtilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\""
},
"eustia": {
"eruda": {