We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a7d63 commit d445d7cCopy full SHA for d445d7c
1 file changed
package.json
@@ -11,7 +11,7 @@
11
"dist"
12
],
13
"open-stack": {
14
- "version": "1.4.2"
+ "version": "1.4.3"
15
},
16
"repository": {
17
"url": "https://github.com/klientjs/open-stack.git",
@@ -35,7 +35,7 @@
35
"prepare:pre-commit": "husky add .husky/pre-commit 'npm run check'",
36
"prepare:commit-msg": "husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'",
37
"release": "release-it",
38
- "configure": "open-stack configure"
+ "configure": "npm update @klient/open-stack-cli && open-stack configure"
39
40
"devDependencies": {
41
"@commitlint/cli": "~17.6.1",
0 commit comments