Skip to content

Commit cf1f792

Browse files
committed
change commands name
1 parent 21fe3c0 commit cf1f792

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

localenv/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"start": "docker compose up -d",
7-
"stop": "docker compose down"
6+
"dev": "docker compose up -d",
7+
"down": "docker compose down"
88
}
99
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"lint:check": "eslint . --cache --cache-location 'node_modules/.cache/eslintcache'",
1818
"typecheck": "pnpm -r typecheck",
1919
"test": "pnpm -r test",
20-
"analytics:start": "pnpm -C localenv/analytics start",
21-
"analytics:stop": "pnpm -C localenv/analytics stop"
20+
"analytics:dev": "pnpm -C localenv/analytics dev",
21+
"analytics:down": "pnpm -C localenv/analytics down"
2222
},
2323
"devDependencies": {
2424
"@eslint/js": "^9.39.4",

0 commit comments

Comments
 (0)