Skip to content

Commit

Permalink
fix(Build): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Seagyn Davis committed May 17, 2019
1 parent b937830 commit b94b445
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 31 deletions.
84 changes: 54 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "build/oxygen.esm.js",
"scripts": {
"build": "rollup -c",
"commit": "npx git-cz",
"start": "rollup -c -w",
"storybook": "start-storybook -p 9001 -c .storybook",
"deploy-storybook": "storybook-to-ghpages",
Expand Down Expand Up @@ -63,6 +64,7 @@
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.3.1",
"npm-run-all": "^4.1.5",
"react-svg-loader": "^3.0.1",
Expand All @@ -73,5 +75,10 @@
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-react-svg": "^3.0.0",
"semantic-release": "^15.13.12"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit b94b445

Please sign in to comment.