Skip to content

Commit

Permalink
Updated netlify deploy commands to remove the propd flag
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 18, 2020
1 parent 25b33cf commit be552cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"serve-sb-for-chroma": "serve dist/chromatic",
"serve-docs": "serve dist/docs",
"clean": "rimraf dist",
"netlify-deploy-sb": "netlify deploy --prod --dir=dist/sb --site=4b420380-aed1-4dc6-b002-6efe7b413025",
"netlify-deploy-docs": "netlify deploy --prod --dir=dist/docs --site=65b52a34-8224-4783-bed2-64ffd05d36af",
"netlify-deploy-sb": "netlify deploy --dir=dist/sb --site=4b420380-aed1-4dc6-b002-6efe7b413025",
"netlify-deploy-docs": "netlify deploy --dir=dist/docs --site=65b52a34-8224-4783-bed2-64ffd05d36af",
"chromatic": "chromatic test -b=build-sb-for-chroma --debug",
"chromatic-ci": "yarn chromatic --no-interactive"
},
Expand Down

0 comments on commit be552cc

Please sign in to comment.