Skip to content

Commit f1c4528

Browse files
committed
build(turbo): remove cache when rollup-package.config.mjs changes
1 parent 535deff commit f1c4528

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

turbo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"globalDependencies": ["tsconfig.json", "package.json", "package-lock.json"],
3+
"globalDependencies": [
4+
"tsconfig.json",
5+
"package.json",
6+
"package-lock.json",
7+
"src/rollup-package.config.mjs"
8+
],
49
"tasks": {
510
"build": {
611
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)