Skip to content

Commit

Permalink
Merge pull request #22 from matheusdoedev/feat/workflow
Browse files Browse the repository at this point in the history
revert: it fixes port on yarn preview npm script
  • Loading branch information
matheusdoedev authored Sep 28, 2023
2 parents f0c957e + a4269c2 commit 69da89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsc && vite build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host",
"preview": "vite preview --port 80 --host",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
Expand Down

0 comments on commit 69da89a

Please sign in to comment.