We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd3d74 commit f9d6868Copy full SHA for f9d6868
package.json
@@ -30,7 +30,7 @@
30
"build:packages": "lerna run --scope 'react-async*' build",
31
"build:examples": "lerna run --scope '*-example' build",
32
"build:storybook": "build-storybook -o docs",
33
- "deploy:examples": "now --scope async-library --token $NOW_API_TOKEN",
+ "deploy:examples": "now --prod --scope async-library --token $NOW_API_TOKEN",
34
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
35
"postbump": "yarn build:packages"
36
},
0 commit comments