Skip to content

Commit

Permalink
fix: unknown flag: --project-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thebengeu committed Jul 13, 2021
1 parent f6bcd2c commit 537f968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "npm run infra:restart && npm run test:dummy-data && jest --runInBand",
"prettier:check": "prettier -c src/**",
"eslint:check": "eslint 'src/**'",
"infra:stop": "docker-compose --project-dir . -f src/test/db/docker-compose.yml down --remove-orphans",
"infra:start": "docker-compose --project-dir . -f src/test/db/docker-compose.yml up -d && sleep 5 && npm run migration:run",
"infra:stop": "docker-compose --project-directory . -f src/test/db/docker-compose.yml down --remove-orphans",
"infra:start": "docker-compose --project-directory . -f src/test/db/docker-compose.yml up -d && sleep 5 && npm run migration:run",
"infra:restart": "npm run infra:stop && npm run infra:start"
},
"author": "Supabase",
Expand Down

0 comments on commit 537f968

Please # to comment.