chore: update dev command

This commit is contained in:
alt0
2022-10-19 23:05:42 +08:00
parent c405523a81
commit 4aff2ae71d

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pnpm --filter @pathfinder/app dev",
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
"build": "pnpm -r build",
"export": "pnpm --filter @pathfinder/app export",
"start": "pnpm --filter @pathfinder/app start",