From ff5d86109009ea755b8eb12135556cceff75b9a1 Mon Sep 17 00:00:00 2001 From: Bruno Perel Date: Fri, 23 Aug 2024 14:05:12 +0200 Subject: [PATCH] whattheduck: Maybe fix build --- apps/whattheduck/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/whattheduck/package.json b/apps/whattheduck/package.json index 5504dbd33..c6f757575 100644 --- a/apps/whattheduck/package.json +++ b/apps/whattheduck/package.json @@ -8,7 +8,7 @@ "whattheduck-android": "concurrently -p \"[whattheduck-{name}]\" --kill-others-on-fail -n front+web,android \"pnpm -r dev:whattheduck\" \"ionic cap run android --external --target Pixel_8_API_29 --livereload --public-host=192.168.1.209\"", "lint": "eslint .", "dev": "concurrently -n vite,vue-tsc \"vite --port 8003 --host\" \"vue-tsc --noEmit --watch\"", - "build": "vue-tsc --noEmit && vite build", + "build": "vite build && vue-tsc --noEmit", "build-capgo": "capgo bundle zip", "i-next": "for dep in $(jq -r '.dependencies | to_entries[] | select(.value == \"next\") | .key' package.json); do pnpm install \"${dep}@latest\"; done", "ionic:build": "npm run build",