Skip to content

Commit

Permalink
fix(package): Trying another approach to building dist dir. only
Browse files Browse the repository at this point in the history
  • Loading branch information
wms committed Sep 14, 2017
1 parent 1149812 commit 531c7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest --no-cache --coverage",
"build": "tsc --declaration",
"push-coverage": "cat coverage/lcov.info | coveralls",
"semantic-release": "cp package.json dist && cd dist && semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && cp README.md package.json .npmrc dist && cd dist && npm publish && cd .. && semantic-release post",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"cz-conventional-changelog": "^1.2.0",
"enzyme": "^2.9.1",
"react-test-renderer": "^15.6.1",
"semantic-release": "^6.3.2"
"semantic-release": "^7.0.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 531c7d3

Please sign in to comment.