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",
"url": "git+https://gitlab.com/digiresilience/link/link-stack.git"
},
"packageManager": "npm",
"packageManager": "npm@10.8.1",
"author": "Darren Clarke",
"license": "AGPL-3.0-or-later",
"devDependencies": {

View file

@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDotEnv": [".env"],
"pipeline": {
"globalDependencies": [".env"],
"tasks": {
"dev": {
"dependsOn": ["^build"],
"cache": false,