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", "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": {