1
0
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:
2025-05-04 10:29:30 +03:00
parent 0c18a3de5a
commit 1e60b776c4
+5 -6
View File
@@ -5,12 +5,11 @@
"type": "module",
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"lint": "npm run compile && eslint . -c eslint.config.js",
"prebuild": "npm run lint",
"prezip": "npm run build",
"compile": "tsc --noEmit",
"build": "wxt build --mv3",
"zip": "wxt zip --mv3",
"lint": "tsc --noEmit && eslint . -c eslint.config.js",
"prebuild": "yarn lint",
"prezip": "yarn lint",
"postinstall": "wxt prepare"
},
"dependencies": {