Terrace/package.json
2023-02-11 22:30:10 -05:00

16 lines
406 B
JSON

{
"name": "@terrace/repo",
"private": true,
"type": "module",
"scripts": {
"build:repo": "node ./repo/build.js",
"build": "turbo run build --cache-dir=.turbo",
"dev": "turbo run dev --no-cache --force",
"test": "turbo run test --filter=@terrace/test --no-cache --force"
},
"devDependencies": {
"@terrace/js": "workspace:*",
"turbo": "^1.7.3",
"jest": "^29.4.1"
}
}