Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-releases #1852

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-release-manual-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
node-version: '18'
- run: npm install
working-directory: "./javascript"
- run: npm dedupe
working-directory: "./javascript"
- run: npm run build
working-directory: "./javascript"
- run: npm run package:linux
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node-version: '18'
- run: npm install
working-directory: "./javascript"
- run: npm dedupe
working-directory: "./javascript"
- run: npm run build
working-directory: "./javascript"
- run: npm run package:linux
Expand Down
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-YrUeSTDHoC0ID1zFAoSkFbw3M/MOlApYfFmUduYn6Ic=";
npmDepsHash = "sha256-jkAtFunPJqdwYWLPOe2UsNlLOlX0SLHmW3aZ0xK+kUk=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down
Loading
Loading