Skip to content

Commit

Permalink
feat: unify deploy
Browse files Browse the repository at this point in the history
BREAKING CHANGE: standardizing version in 2.0
  • Loading branch information
omariosouto committed Sep 20, 2022
1 parent b9c9cbc commit 99250cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# @displaykit/responsive_styles

> You don't need to be worried just because you have to support multiple screens 馃摵 馃枼 馃捇 馃摫
> You don't need to be worried just because you have to support multiple screens 馃摵 馃枼 馃捇 馃摫.
[<img width="150px" src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" />](https://vercel.com/?utm_source=displaykit&utm_campaign=oss)
[![licence mit](https://img.shields.io/badge/licence-MIT-blueviolet.svg)](LICENSE) ![Downloads](https://img.shields.io/npm/dw/@displaykit/responsive_styles?color=orange) ![Current Version](https://img.shields.io/npm/v/@displaykit/responsive_styles?color=success&label=version&cache=1) [![Flutter Package](https://img.shields.io/badge/responsive__stylesheet-fluttter-blue)](https://pub.dev/packages/displaykit_responsive_stylesheet) [![NPM Package](https://img.shields.io/badge/@displaykit/responsive__stylesheet-npm-red)](https://www.npmjs.com/package/@displaykit/responsive_styles)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,8 +32,8 @@
"bump:flutter": "node ./scripts/bumpFlutter.js",
"postversion": "yarn bump:flutter && git add .",
"deploy:flutterweb:demopreview": "node ./scripts/pullRequestPreview.js",
"deploy:flutterweb:demo_base": "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"
"deploy:flutterweb:demo_base": "cd example/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 example/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

0 comments on commit 99250cd

Please sign in to comment.