Skip to content

Commit

Permalink
fix: remove build:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
farrah-deriv committed Apr 29, 2024
1 parent 352375c commit 1f75db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:dev": "tsc && vite build",
"fix": "eslint \"./src/**/*.?(js|jsx|ts|tsx)\" --fix",
"preview": "vite preview",
"test:lint": "prettier --log-level silent --write . && eslint \"./src/**/*.?(js|jsx|ts|tsx)\"",
Expand Down

0 comments on commit 1f75db9

Please sign in to comment.