fix(nix): watch scripts in nix-hashes workflow (#12818)
parent
a7c5d5ac4c
commit
24fd8c166d
|
|
@ -12,6 +12,9 @@ on:
|
|||
- "package.json"
|
||||
- "packages/*/package.json"
|
||||
- "flake.lock"
|
||||
- "nix/node_modules.nix"
|
||||
- "nix/scripts/**"
|
||||
- "patches/**"
|
||||
- ".github/workflows/nix-hashes.yml"
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ stdenvNoCC.mkDerivation {
|
|||
../bun.lock
|
||||
../package.json
|
||||
../patches
|
||||
../install
|
||||
]
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue