feat: improved configuration (#31)

This commit is contained in:
Morten Olsen
2024-01-14 12:49:54 +01:00
committed by GitHub
parent 2109bc3af9
commit 7436b3439c
14 changed files with 42 additions and 28 deletions

View File

@@ -5,6 +5,7 @@
"packageManager": "pnpm@8.10.4",
"version": "1.0.0",
"scripts": {
"prepare": "pnpm run build",
"build": "turbo build",
"build:dev": "tsc --build --watch",
"test:lint": "eslint ./packages/*/src",
@@ -29,4 +30,4 @@
"type": "git",
"url": "https://github.com/morten-olsen/mini-loader"
}
}
}