chore: Update scripts
This commit is contained in:
parent
3921218751
commit
84079abfd0
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
|||
"start": "npm run remove-min && npm run minimize-icons && npm run minimize-json",
|
||||
"minimize-icons": "svgo -f src/icons -o dist/icons",
|
||||
"minimize-json": "json-minify src/material-theme-icons.json > dist/material-theme-icons.json",
|
||||
"remove-min": "rimraf min"
|
||||
"remove-min": "rimraf min",
|
||||
"release": "npm run bump && npm run changelog",
|
||||
"changelog": "gulp changelog",
|
||||
"bump": "gulp bump"
|
||||
},
|
||||
"categories": [
|
||||
"Themes",
|
||||
|
|
Loading…
Reference in a new issue