Skip to content

Commit

Permalink
chore: 🔧 remove useless script
Browse files Browse the repository at this point in the history
  • Loading branch information
nutfdt committed Oct 18, 2023
1 parent 1689a79 commit bf8f3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "vite build",
"compose:up": "docker compose -f ../docker-compose.yml --profile backend-only up -d",
"dev": "vite",
"dev:e2e": "FRONTEND_HOST=localhost FRONTEND_PORT=5173 cypress open --e2e --browser firefox",
"start": "API_HOST=http://localhost:5000 vite",
"lint": "eslint . --ignore-path ../.gitignore",
"format": "eslint . --fix --ignore-path ../.gitignore",
Expand Down

0 comments on commit bf8f3e3

Please sign in to comment.