fix: build script

This commit is contained in:
DiamondThree
2022-12-23 16:03:25 +08:00
parent 5826d1b710
commit 1961b9845b
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "pnpm --filter=!@pathfinder/app build && pnpm --filter @pathfinder/app dev",
"build": "pnpm -r build",
"build": " pnpm --filter=!@pathfinder/app build && pnpm --filter!=@pathfinder/data-services -r build",
"export": "pnpm --filter @pathfinder/app export",
"start": "pnpm --filter @pathfinder/app start",
"lint": "pnpm --filter @pathfinder/app lint",