fix: tooling config

This commit is contained in:
dec0dOS 2021-03-21 22:29:13 +03:00
parent 00c432411d
commit de4621cf8b
2 changed files with 1 additions and 3 deletions

View file

@ -3,5 +3,3 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 1.0.0 (2021-03-21)
## 1.0.0 (2021-03-21)

View file

@ -10,7 +10,7 @@
"dev": "concurrently \"cd frontend && cross-env FAST_REFRESH=true yarn start\" \"cd backend && cross-env NODE_ENV=development ZU_DEFAULT_USERNAME=admin ZU_DEFAULT_PASSWORD=zero-ui nodemon ./bin/www --ignore data/db.json\"",
"build": "cd frontend && cross-env INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false yarn build",
"prod": "cd backend && cross-env NODE_ENV=production ZU_SECURE_HEADERS=false yarn start",
"release": "standard-version --header",
"release": "standard-version",
"push": "git push --follow-tags origin main"
},
"devDependencies": {