Terrace/repo/package.tce
2023-02-07 16:38:23 -05:00

17 lines
325 B
Plaintext

#schema package
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/core workspace:*
turbo ^1.7.3
jest ^29.4.1