Merge pull request #36 from toeverything/chore/update-dev-command

chore: update dev command
This commit is contained in:
zuomeng wang 2022-10-20 00:05:58 +08:00 committed by GitHub
commit 4d16bb14f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",