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
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,8 @@ ...@@ -23,9 +23,8 @@
}, },
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"build": "(eslint && vite build --emptyOutDir) || echo 'eslint failed, build aborted'", "build": "(eslint --fix && vite build --emptyOutDir) || echo 'eslint failed, build aborted'",
"lint": "eslint", "lint": "eslint --fix"
"lint:fix": "eslint --fix"
}, },
"dependencies": { "dependencies": {
"bootstrap": "~5.3.3", "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