mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
chore: npm scripts cleanup
This commit is contained in:
+5
-6
@@ -5,12 +5,11 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
"build": "wxt build",
|
"build": "wxt build --mv3",
|
||||||
"zip": "wxt zip",
|
"zip": "wxt zip --mv3",
|
||||||
"lint": "npm run compile && eslint . -c eslint.config.js",
|
"lint": "tsc --noEmit && eslint . -c eslint.config.js",
|
||||||
"prebuild": "npm run lint",
|
"prebuild": "yarn lint",
|
||||||
"prezip": "npm run build",
|
"prezip": "yarn lint",
|
||||||
"compile": "tsc --noEmit",
|
|
||||||
"postinstall": "wxt prepare"
|
"postinstall": "wxt prepare"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user