Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"ci:e2e:start": "npm run ci:e2e:cleanup-db && node ci-start-app-and-db.js",
"ci:e2e:start-db": "cd ../ && wasp start db",
"ci:e2e:start-db": "cd ../app && ( [ -f main.wasp.ts ] && npm install -g typescript && wasp ts-setup || true ) && wasp start db",
"ci:e2e:start-app": "npm run ci:e2e:wait-for-db && cd ../ && wasp db migrate-dev && wasp start",
"ci:e2e:wait-for-db": "npx wait-port 5432",
"_comment-on-ci:e2e:cleanup-db": "NOTE: the name of the DB container, e.g. name=^wasp-dev-db-e2eTestExample-, is generated by wasp and will match the name of the app definition in your `main.wasp` file, e.g. `app e2eTestExample { }`",
Expand Down