This commit is contained in:
parent
16d2911049
commit
3da173bd46
@ -20,7 +20,8 @@
|
|||||||
"lint:fix": "eslint --fix --ext .ts .",
|
"lint:fix": "eslint --fix --ext .ts .",
|
||||||
"prettier": "prettier --write .",
|
"prettier": "prettier --write .",
|
||||||
"update-translations": "cd scripts && node update-translations.js",
|
"update-translations": "cd scripts && node update-translations.js",
|
||||||
"fix-imports": "cd scripts && node fix-imports.js"
|
"fix-imports": "cd scripts && node fix-imports.js",
|
||||||
|
"fix": "npm run prettier && npm run update-translations && npm run fix-imports"
|
||||||
},
|
},
|
||||||
"license": "GNU",
|
"license": "GNU",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user