Skip to content

Commit

Permalink
chore: update npm preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Mar 4, 2024
1 parent 3b53894 commit d3329a8
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 @@
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"preview:new": "build && run-p preview",
"preview:new": "npm run build && run-p preview",
"test:unit:coverage": "vitest --environment jsdom --root src/ run --coverage",
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test preview https://localhost:4173/ 'cypress run --e2e --config video=false,screenshotOnRunFailure=false'",
Expand Down

0 comments on commit d3329a8

Please sign in to comment.