Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c794297

Browse files
committedSep 11, 2024
docker compose
1 parent 6138f03 commit c794297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=14.16"
1616
},
1717
"scripts": {
18-
"test": "docker-compose run build && docker-compose run test",
18+
"test": "docker compose run build && docker compose run test",
1919
"typegen": "pgtyped-rescript -c config.json",
2020
"build": "rescript",
2121
"watch": "echo 'No build step required. Use npm test instead'",

0 commit comments

Comments
 (0)
Failed to load comments.