diff --git a/package.json b/package.json index 39e08b3480..3d8de6b542 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "lint:js": "eslint . --cache", "lint:js:fix": "eslint . --fix", "preinstall": "npx only-allow pnpm", - "start": "pnpm --filter frontend start", - "start:test-app": "pnpm --filter test-app start", + "start": "pnpm --filter frontend exec ember serve", + "start:test-app": "pnpm --filter test-app exec ember serve", "test:frontend": "pnpm run --filter frontend test", "test:test-app": "pnpm run --filter test-app test" },