Skip to content

Commit

Permalink
Fjerner midlertidige --force fra vide dev
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeofnorway committed Jul 25, 2024
1 parent 86c2181 commit 68a3188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"start": "npm-run-all -p start:*",
"start:less": "less-watch-compiler",
"start:ts": "vite dev --force",
"start:ts": "vite dev",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"postinstall": "cd server && npm install",
"build": "npm-run-all -p build:*",
Expand Down

0 comments on commit 68a3188

Please sign in to comment.