mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 09:46:33 +02:00
rename version script ot set-version in order to avoid wrong execution durring deploy
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"typecheck": "lerna run --scope '@scm-manager/ui-*' typecheck",
|
||||
"serve": "webpack-dev-server --mode=development --config=scm-ui/ui-scripts/src/webpack.config.js",
|
||||
"deploy": "ui-scripts publish",
|
||||
"version": "ui-scripts version"
|
||||
"set-version": "ui-scripts version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-reflow": "^0.2.7",
|
||||
|
||||
Reference in New Issue
Block a user