mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
8ab1ba24d6
* Add Next.js cache invalidation on swc transform change * fix exports * update distDir * Use build-hash instead of package version * refactor to util
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"outputs": ["swc_plugin_workflow.wasm", "build-hash.json"],
|
|
"env": ["RUSTUP_HOME", "CARGO_HOME"]
|
|
}
|
|
}
|
|
}
|