Skip to content

Commit d445d7c

Browse files
committed
feat: auto update open-stack cli before running configure command
1 parent 70a7d63 commit d445d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dist"
1212
],
1313
"open-stack": {
14-
"version": "1.4.2"
14+
"version": "1.4.3"
1515
},
1616
"repository": {
1717
"url": "https://github.com/klientjs/open-stack.git",
@@ -35,7 +35,7 @@
3535
"prepare:pre-commit": "husky add .husky/pre-commit 'npm run check'",
3636
"prepare:commit-msg": "husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'",
3737
"release": "release-it",
38-
"configure": "open-stack configure"
38+
"configure": "npm update @klient/open-stack-cli && open-stack configure"
3939
},
4040
"devDependencies": {
4141
"@commitlint/cli": "~17.6.1",

0 commit comments

Comments
 (0)