Skip to content

Commit d0c500c

Browse files
committed
updated docs to use latest version
1 parent d833ec7 commit d0c500c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"buildCommand": "npm run build",
33
"github": {
44
"release": true
5+
},
6+
"dist": {
7+
"afterReleaseCommand": "cd ../docs && npm install soql-parser-js@latest && npm run deploy"
58
}
69
}

docs/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-copy-to-clipboard": "^5.0.1",
1212
"react-dom": "^16.5.2",
1313
"react-scripts-ts": "3.1.0",
14-
"soql-parser-js": "^0.1.7"
14+
"soql-parser-js": "^0.2.0"
1515
},
1616
"scripts": {
1717
"start": "react-scripts-ts start",

0 commit comments

Comments
 (0)