Skip to content

Commit affe6fe

Browse files
author
Akos Kitta
committed
chore: use latest RC7 CLI release
Signed-off-by: Akos Kitta <[email protected]>
1 parent 8986681 commit affe6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"compile-tests": "tsc -p . --outDir lib",
2626
"format": "prettier --write . && prettier-package-json --write ./package.json",
2727
"generate": "node ./scripts/generate.js 1.5.1",
28-
"postinstall": "node ./scripts/cli 0.35.0-rc.6",
28+
"postinstall": "node ./scripts/cli 0.35.0-rc.7",
2929
"lint": "eslint src --ext ts",
3030
"prepackage": "yarn clean && yarn compile && yarn lint && yarn webpack",
3131
"package": "mkdirp build-artifacts && vsce package --out ./build-artifacts",

0 commit comments

Comments
 (0)