We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fb424 commit 800d74eCopy full SHA for 800d74e
.github/workflows/o1js-api-reference.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
# Install dependencies and build o1js
31
cd o1js
32
- git submodule update --init --recursive
+ GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
33
npm ci && npm run build
34
cd src/mina-signer && npm ci && npm run build && cd ../../
35
0 commit comments