Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 25, 2024
1 parent 9478c2b commit 9ce19af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"e2e:start": "node ci-start-app-and-db.js",
"e2e:start-db": "npm run e2e:cleanup-db && cd ../app && wasp start db",
"e2e:start-app": "npm run e2e:wait-for-db && cd ../app && wasp db migrate-dev --name test-run && && npm run e2e:playwright:db-name && npm run e2e:playwright:db-setup && wasp start",
"e2e:start-app": "npm run e2e:wait-for-db && cd ../app && wasp db migrate-dev --name test-run && npm run e2e:playwright:db-name && npm run e2e:playwright:db-setup && wasp start",
"e2e:wait-for-db": "npx wait-port 5432",
"e2e:wait-for-app": "npx wait-port 3000",
"_comment-on-e2e:cleanup-db": "NOTE: the name of the DB container, e.g. name=^wasp-dev-db-OpenSaaS-, is generated by wasp and will match the name of the app definition in your `main.wasp` file, e.g. `app OpenSaaS { }`",
Expand Down

0 comments on commit 9ce19af

Please sign in to comment.