Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Mar 3, 2025
1 parent 9a56eb9 commit 1d4299e
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: leanprover/lean-action@v1
- name: Install elan
uses: leanprover/lean-action@v1
with:
lake-package-directory: "server"
use-mathlib-cache: false
use-github-cache: false
auto-config: false
build: true
build: false
test: false
lint: false
- name: Install dependencies
run: npm install
- name: Build for production
- name: Build Lean & React
run: npm run build
- name: Cypress tests
if: always()
run: npm test
281 changes: 260 additions & 21 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"remark-math": "^5.1.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"rollup": "^4.34.9",
"vscode-ws-jsonrpc": "^2.0.1",
"web-worker": "^1.2.0",
"ws": "^8.11.0"
Expand Down

0 comments on commit 1d4299e

Please sign in to comment.