Skip to content

Commit

Permalink
chore: remove unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kuhrt committed Oct 4, 2017
1 parent b57870c commit 6417c43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
"scripts": {
"clean": "rm -rf build",
"deploy-storybook": "storybook-to-ghpages",
"deploy-demos": "git checkout gh-pages && git merge master --no-edit && yarn run build-examples && git add -A && git commit -m 'Update demos' && git push && git checkout master",
"build": "yarn run clean && babel --out-dir build lib",
"dev": "start-storybook -p 6006",
"test": "jest",
"test-dev": "jest --watch",
"postversion": "yarn run build && git push && git push --tags && npm publish && release",
"build-storybook": "build-storybook"
},
Expand Down

0 comments on commit 6417c43

Please sign in to comment.