Skip to content

Commit

Permalink
Merge pull request #103 from faceyspacey/build-fixes
Browse files Browse the repository at this point in the history
ci: working on automated builds and release
  • Loading branch information
ScriptedAlchemy authored Dec 4, 2018
2 parents 16a8a3d + 7d01b23 commit 38552b0
Show file tree
Hide file tree
Showing 3 changed files with 3,469 additions and 599 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist/
*.log
.vscode
package-lock.json
.idea
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
"format": "prettier --single-quote --parser=flow --semi=false --write '{src,__tests__,__test-helpers__}/**/*.js' && npm run lint",
"precommit": "lint-staged --verbose && npm test",
"cm": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "npx semantic-release",
"prepublish": "npm run clean && npm run build && npm run flow-copy && npm run build:umd && npm run build:umd:min"
},
"repository": {
"type": "git",
"url": "https://github.com/faceyspacey/redux-first-router-link.git"
},
"author": "James Gillmore <james@faceyspacey.com>",
"maintainers": [
"Zackary Jackson <zack@ScriptedAlchemy.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/faceyspacey/redux-first-router-link/issues"
Expand Down Expand Up @@ -66,7 +69,7 @@
"redux": "^3.x",
"redux-first-router": "next",
"rimraf": "^2.6.1",
"semantic-release": "^7.0.1",
"semantic-release": "^15.12.4",
"travis-github-status": "^1.6.3",
"webpack": "3.5.5"
},
Expand Down
Loading

0 comments on commit 38552b0

Please # to comment.