added install command
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
|
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
|
||||||
"ui": "tui",
|
"ui": "tui",
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
"apps:install": {
|
||||||
|
"dependsOn": ["^apps:install"],
|
||||||
|
"inputs": ["apps/**/package.json"],
|
||||||
|
"outputs": ["apps/**/node_modules"]
|
||||||
|
},
|
||||||
"db:generate": {
|
"db:generate": {
|
||||||
"cache": false,
|
"cache": false,
|
||||||
"persistent": true
|
"persistent": true
|
||||||
|
|||||||
Reference in New Issue
Block a user