Skip to content

Commit

Permalink
\Updated docs version\
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Sep 30, 2019
1 parent 24f12c2 commit f01da01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"hooks": {
"before:init": ["npm test"],
"after:bump": "npm run build",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
"after:release": "cd docs && npm install soql-parser-js@${version} git add package*.json && git commit -m \"Updated docs version\" && git push && npm run deploy"
}
}
6 changes: 3 additions & 3 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^16.10.1",
"react-scripts": "3.1.2",
"react-syntax-highlighter": "^9.0.0",
"soql-parser-js": "^2.0.0-rc.2",
"soql-parser-js": "^2.0.0-rc.3",
"typescript": "3.6.3"
},
"scripts": {
Expand Down

0 comments on commit f01da01

Please sign in to comment.