Skip to content

Commit

Permalink
update start script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Oct 23, 2023
1 parent f238ff8 commit 09117d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "pnpm run --filter \"{apps/*}\" --stream --parallel lint",
"build": "pnpm run --filter \"{apps/*}\" --stream --parallel build",
"build:api": "pnpm run --filter @acme/api build",
"start:prod": "pnpm run --filter @acme/api start:prod",
"start:prod": "node dist/main",
"upgrade:tamagui": "pnpm up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest",
"check-deps": "check-dependency-version-consistency ."
},
Expand Down

0 comments on commit 09117d3

Please sign in to comment.