Skip to content

Commit

Permalink
fix: adjust demo deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 26, 2022
1 parent c4fde34 commit 6188de3
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 @@ -31,7 +31,7 @@
"release:flutter": "yarn clean && dart pub publish --force",
"bump:flutter": "node ./scripts/bumpFlutter.js",
"postversion": "yarn bump:flutter && git add .",
"deploy:flutterweb:demo": "cd examples/with_flutter_sample && flutter pub get && flutter build web --web-renderer html && npx vercel ./build/web --confirm --token=$VERCEL_TOKEN_GLOBAL"
"deploy:flutterweb:demo": "cd examples/with_flutter_sample && flutter pub get && flutter build web --web-renderer html && npx vercel ./build/web --confirm --token=$VERCEL_TOKEN_GLOBAL --prod"
},
"dependencies": {},
"devDependencies": {
Expand Down

1 comment on commit 6188de3

@vercel
Copy link

@vercel vercel bot commented on 6188de3 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.