Skip to content
Snippets Groups Projects
Commit 3b8902a9 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

just run fix on build, get rid of lint:fix

parent b2e1762d
Branches
Tags
No related merge requests found
......@@ -23,9 +23,8 @@
},
"scripts": {
"start": "vite",
"build": "(eslint && vite build --emptyOutDir) || echo 'eslint failed, build aborted'",
"lint": "eslint",
"lint:fix": "eslint --fix"
"build": "(eslint --fix && vite build --emptyOutDir) || echo 'eslint failed, build aborted'",
"lint": "eslint --fix"
},
"dependencies": {
"bootstrap": "~5.3.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment