fix(nix): watch scripts in nix-hashes workflow (#12818)
This commit is contained in:
3
.github/workflows/nix-hashes.yml
vendored
3
.github/workflows/nix-hashes.yml
vendored
@@ -12,6 +12,9 @@ on:
|
|||||||
- "package.json"
|
- "package.json"
|
||||||
- "packages/*/package.json"
|
- "packages/*/package.json"
|
||||||
- "flake.lock"
|
- "flake.lock"
|
||||||
|
- "nix/node_modules.nix"
|
||||||
|
- "nix/scripts/**"
|
||||||
|
- "patches/**"
|
||||||
- ".github/workflows/nix-hashes.yml"
|
- ".github/workflows/nix-hashes.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
|
|||||||
../bun.lock
|
../bun.lock
|
||||||
../package.json
|
../package.json
|
||||||
../patches
|
../patches
|
||||||
../install
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user