Skip to content

Commit f9d6868

Browse files
committed
Alias succesful deploys.
1 parent 5bd3d74 commit f9d6868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:packages": "lerna run --scope 'react-async*' build",
3131
"build:examples": "lerna run --scope '*-example' build",
3232
"build:storybook": "build-storybook -o docs",
33-
"deploy:examples": "now --scope async-library --token $NOW_API_TOKEN",
33+
"deploy:examples": "now --prod --scope async-library --token $NOW_API_TOKEN",
3434
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
3535
"postbump": "yarn build:packages"
3636
},

0 commit comments

Comments
 (0)