Skip to content

Commit

Permalink
whattheduck: Maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 23, 2024
1 parent 5d876fe commit ff5d861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff5d861

Please sign in to comment.