Skip to content

Commit

Permalink
Drop publishing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
YurySolovyov committed Sep 18, 2023
1 parent 219875d commit 76fa443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 514 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"chrome-webstore-upload-cli": "1.1.1",
"eslint": "8.49.0",
"eslint-plugin-vue": "9.17.0",
"uvu": "^0.5.6",
"vite": "^4.4.9"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build && node copy-ff.js",
"lint": "eslint src/frontend/** src/backend/** test/** --ext js,vue",
"lint:fix": "eslint src/frontend/** src/backend/** test/** --fix --ext js,vue",
"publish:chrome": "npm run build && webstore upload --source=extension/chrome --auto-publish",
"test": "uvu test"
}
}
Loading

0 comments on commit 76fa443

Please sign in to comment.