mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-02-24 23:44:37 +08:00
fix: merge commands in package.json
This commit is contained in:
parent
834ad52eef
commit
63d8297490
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +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",
|
||||
"push": "git push --follow-tags origin main"
|
||||
"release": "standard-version && git push --follow-tags origin main"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^12.0.1",
|
||||
|
|
Loading…
Reference in a new issue