Skip to content

Commit

Permalink
Merge pull request #7612 from jrjohnson/start-script
Browse files Browse the repository at this point in the history
Fix start scripts
  • Loading branch information
stopfstedt authored Feb 7, 2024
2 parents 9d645f5 + 639b537 commit 9a10104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9a10104

Please sign in to comment.