refactor(config): changes to autoformat go files
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "concurrently -n \"BACKEND,DOCS,FRONTEND\" -c \"bgBlue.bold,bgGreen.bold,bgMagenta.bold\" \"npm run backend\" \"npm run dev:docs\" \"npm run dev:front\"",
|
||||
"dev:front": "cd frontend && npm run dev",
|
||||
"dev:docs": "cd lst-docs && npm start -- --port 8081",
|
||||
"backend": "cd backend && go run .",
|
||||
"build": "powershell -File ./scripts/build.ps1",
|
||||
"docker:front": "docker build -t logistics_support_tool:frontend-latest -f frontend/Dockerfile ./frontend",
|
||||
@@ -27,7 +30,8 @@
|
||||
"@release-it/conventional-changelog": "^10.0.1",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"release-it": "^19.0.3",
|
||||
"standard-version": "^9.5.0"
|
||||
"standard-version": "^9.5.0",
|
||||
"concurrently": "^9.2.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
|
||||
Reference in New Issue
Block a user