Skip to content

Commit

Permalink
chore: startServerCommend 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Oct 17, 2023
1 parent 39fe0ac commit 1ec5bff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
ci: {
collect: {
startServerCommand: 'pnpm start',
startServerCommand: 'pnpm dev',
numberOfRuns: 1,
url: ['http://localhost:3000', 'http://localhost:3001'],
settings: { preset: 'desktop' },
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"start": "next start",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install",
Expand Down

0 comments on commit 1ec5bff

Please sign in to comment.