13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
#schema https://turbo.build/schema.json
|
|
|
|
pipeline
|
|
compile
|
|
dev
|
|
|
|
build
|
|
dependsOn ^build compile
|
|
outputs dist/**
|
|
|
|
test
|
|
dependsOn build
|