Skip to content

Commit a598a1a

Browse files
committed
chore: update script
1 parent 7746b5c commit a598a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"start": "concurrently npm:start:* --kill-others",
8-
"start:services": "docker-compose up",
8+
"start:services": "docker compose up",
99
"start:website": "npm run start --workspace=website",
1010
"build:website": "npm run build --workspace=website",
1111
"docker:build": "npm run docker:build --if-present --workspaces "

0 commit comments

Comments
 (0)