Update turbo settings

This commit is contained in:
Darren Clarke 2024-06-05 09:06:00 +02:00
parent 85a0fc11e5
commit 31da4b0e62
2 changed files with 3 additions and 3 deletions

View file

@ -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": {

View file

@ -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,