Remove genversion as it is no longer used
This commit is contained in:
parent
1ba1a3082b
commit
cb74db8061
3 changed files with 2 additions and 200 deletions
|
|
@ -6,8 +6,8 @@
|
|||
"author": "OpenFlexure <contact@openflexure.org> (https://www.openflexure.org)",
|
||||
"scripts": {
|
||||
"gv": "genversion src/version.js",
|
||||
"serve": "npm run gv && vue-cli-service serve --mode development",
|
||||
"build": "npm run gv && vue-cli-service build --mode production",
|
||||
"serve": "vue-cli-service serve --mode development",
|
||||
"build": "vue-cli-service build --mode production",
|
||||
"lint": "vue-cli-service lint --no-fix --max-warnings 0",
|
||||
"lint:fix": "vue-cli-service lint --fix"
|
||||
},
|
||||
|
|
@ -32,7 +32,6 @@
|
|||
"eslint-config-prettier": "^8.10.2",
|
||||
"eslint-plugin-prettier": "^3.4.1",
|
||||
"eslint-plugin-vue": "^7.20.0",
|
||||
"genversion": "^3.2.0",
|
||||
"less": "^4.4.2",
|
||||
"less-loader": "^11.1.4",
|
||||
"material-symbols": "^0.39.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue