refactor: remove genIcon script
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"lint": "eslint src/**/*.js",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"setup": "shx mkdir -p test/lib && shx cp node_modules/jasmine-core/lib/jasmine-core/{jasmine.css,jasmine.js,jasmine-html.js,boot.js} test/lib && shx cp node_modules/jasmine-jquery/lib/jasmine-jquery.js test/lib && shx cp node_modules/jquery/dist/jquery.js test/lib",
|
||||
"genIcon": "node script/genIcon && prettier src/**/*.css --write",
|
||||
"genIcon": "lsla genIcon --input src/style/icon --output src/style/icon.css --name eruda-icon && prettier src/**/*.css --write",
|
||||
"genUtilDoc": "eustia doc src/lib/util.js -f md -o doc/UTIL_API.md -t \"Eruda Util Documentation\""
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user