We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5475a commit 9f9f8f1Copy full SHA for 9f9f8f1
1 file changed
.github/workflows/web.yml
@@ -59,8 +59,8 @@ jobs:
59
cache-dependency-path: vortex-web/package-lock.json
60
- run: npm ci
61
- env:
62
- RUSTFLAGS: --cfg getrandom_backend\"unsupported"
63
- run: npm run wasm
+ RUSTFLAGS: --cfg getrandom_backend="unsupported"
+ run: npm run wasm
64
- run: npm run format:check
65
- run: npm run lint
66
- run: npm run typecheck
@@ -87,7 +87,9 @@ jobs:
87
cache: "npm"
88
89
90
- - run: npm run build
+ - env:
91
92
+ run: npm run build
93
- name: Upload build artifact
94
uses: actions/upload-artifact@v4
95
with:
0 commit comments