Skip to content

Commit

Permalink
Fix migrate-test script missing config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nik498 authored and tahini committed Mar 24, 2023
1 parent 8c6b2d3 commit 6573368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"setup": "yarn workspace chaire-lib-backend run setup",
"setup-test": "yarn workspace chaire-lib-backend run setup-test",
"setup-test": "PROJECT_CONFIG=${PWD}/tests/config_test.js yarn workspace chaire-lib-backend run setup-test",
"migrate": "yarn workspace chaire-lib-backend run migrate && yarn workspace transition-backend run migrate",
"migrate-test": "PROJECT_CONFIG=${PWD}/tests/config_test.js yarn workspace chaire-lib-backend run migrate-test && PROJECT_CONFIG=${PWD}/tests/config_test.js yarn workspace transition-backend run migrate-test",
"clean": "yarn workspaces run clean",
Expand Down

0 comments on commit 6573368

Please sign in to comment.