@cryptotaxi247 / CoPilot / commits / 0abb3249

added serve to package.json scripts

Taylor committed Jul 27, 2023 at 11:17 UTC 0abb3249bb459379bbc1cf5ff1cc65d703dcf1a5
1 file changed +1
package.json
+1
@@ -6,6 +6,7 @@
6 "dev": "vite",
7 "build": "run-p type-check build-only",
8 "preview": "vite preview --port 4173",
9 + "serve": "vite preview",
10 "test:unit": "vitest --environment jsdom",
11 "test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
12 "test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",