Skip to content

Commit

Permalink
Fix CI check for npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Apr 16, 2024
1 parent 2ee63fe commit 1c82f48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -394,7 +394,7 @@
diff <(jq -S .dependencies <<< $ctlPackageJson) <(jq -S .dependencies <<< $ctlScaffoldPackageJson)
# We don't want to include `doctoc` in the template dev dependencies.
diff \
<(jq -S '.devDependencies | del(.doctoc)' <<< $ctlPackageJson) \
<(jq -S '.devDependencies | del(.jssha) | del(.blakejs) | del(.doctoc)' <<< $ctlPackageJson) \
<(jq -S .devDependencies <<< $ctlScaffoldPackageJson)
touch $out
'';
Expand Down
8 changes: 4 additions & 4 deletions templates/ctl-scaffold/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/ctl-scaffold/flake.nix
Expand Up @@ -16,7 +16,7 @@
type = "github";
owner = "Plutonomicon";
repo = "cardano-transaction-lib";
rev = "145175634748600d0d4f08302bb53598de31cd51";
rev = "2ee63fecf4b3626ed40c341712ecf3bed8c58f4c";
};
# To use the same version of `nixpkgs` as we do
nixpkgs.follows = "ctl/nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion templates/ctl-scaffold/packages.dhall
Expand Up @@ -491,7 +491,7 @@ let additions =
, "web-storage"
]
, repo = "https://github.com/Plutonomicon/cardano-transaction-lib.git"
, version = "8b7247f43e70c604ef95ca5e56c9f640b64c018d"
, version = "2ee63fecf4b3626ed40c341712ecf3bed8c58f4c"
}
}

Expand Down

0 comments on commit 1c82f48

Please sign in to comment.