Update turbo settings
This commit is contained in:
parent
85a0fc11e5
commit
31da4b0e62
2 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
|
||||||
},
|
},
|
||||||
"packageManager": "npm",
|
"packageManager": "npm@10.8.1",
|
||||||
"author": "Darren Clarke",
|
"author": "Darren Clarke",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://turbo.build/schema.json",
|
"$schema": "https://turbo.build/schema.json",
|
||||||
"globalDotEnv": [".env"],
|
"globalDependencies": [".env"],
|
||||||
"pipeline": {
|
"tasks": {
|
||||||
"dev": {
|
"dev": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"cache": false,
|
"cache": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue