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 24381fc commit a1b1dfeCopy full SHA for a1b1dfe
package.json
@@ -19,7 +19,7 @@
19
"db:export-checks": "node scripts/export-checks.js",
20
"db:export-checklists": "node scripts/export-checklists.js",
21
"db:seed": "knex seed:run",
22
- "start": "node server.js",
+ "start": "npm run db:migrate && node server.js",
23
"test:e2e": "playwright test",
24
"test:e2e-ci": "playwright test --reporter=list",
25
"test:e2e-ui": "playwright test --ui",
0 commit comments