Skip to content

Commit d94793b

Browse files
author
Akos Kitta
committed
chore: use latest RC CLI
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 2024dee commit d94793b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
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.5",
28+
"postinstall": "node ./scripts/cli 0.35.0-rc.6",
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)