We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69104ee commit 967a33dCopy full SHA for 967a33d
package.json
@@ -14,7 +14,8 @@
14
"lint": "prettier --check . && eslint .",
15
"test:unit": "vitest",
16
"test": "npm run test:unit -- --run && npm run test:e2e",
17
- "test:e2e": "playwright test"
+ "test:e2e": "playwright test",
18
+ "start": "node build"
19
},
20
"devDependencies": {
21
"@eslint/compat": "^1.2.5",
0 commit comments