Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 11, 2024
1 parent 6138f03 commit c794297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=14.16"
},
"scripts": {
"test": "docker-compose run build && docker-compose run test",
"test": "docker compose run build && docker compose run test",
"typegen": "pgtyped-rescript -c config.json",
"build": "rescript",
"watch": "echo 'No build step required. Use npm test instead'",
Expand Down

0 comments on commit c794297

Please sign in to comment.