Terrace/repo/package.tce
2023-02-14 22:24:59 -05:00

17 lines
338 B
Plaintext

#schema package
name @terrace-lang/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-lang/test --no-cache --force
devDependencies
@terrace-lang/js workspace:*
turbo ^1.7.3
jest ^29.4.1