1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

chore: Generate separate file to store version

Closes #848
This commit is contained in:
Maksim Eltyshev 2024-08-13 22:26:44 +02:00
parent 0dff66abcf
commit ce5364ef91
7 changed files with 120 additions and 12 deletions

View file

@ -16,6 +16,7 @@
"client:test": "npm test --prefix client",
"docker:build": "docker build -t ghcr.io/plankanban/planka:local -f Dockerfile .",
"docker:build:base": "docker build -t ghcr.io/plankanban/planka:base-local -f Dockerfile.base .",
"gv": "genversion --source ./ --template client/version-template.ejs client/src/version.js",
"postinstall": "(cd server && npm i && cd ../client && npm i)",
"lint": "npm run server:lint && npm run client:lint",
"prepare": "husky",
@ -57,6 +58,7 @@
},
"dependencies": {
"concurrently": "^8.2.2",
"genversion": "^3.2.0",
"husky": "^9.0.1",
"lint-staged": "^15.2.5"
},