mirror of
https://github.com/thelittlerocket/zero-ui.git
synced 2024-11-10 09:02:35 +08:00
fix: tooling config
This commit is contained in:
parent
00c432411d
commit
de4621cf8b
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue