Skip to content

Commit

Permalink
fix: add cross platform rollup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Sep 13, 2024
1 parent 38c757c commit 5c83677
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install --ignore-platform
run: npm ci
- name: Analyze types
run: npm run typecheck
- name: Run Playwright tests
Expand Down
197 changes: 196 additions & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "~1.9.0",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
Expand All @@ -44,5 +44,8 @@
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite-tsconfig-paths": "^5.0.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.21.3"
}
}

0 comments on commit 5c83677

Please sign in to comment.