Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Dec 23, 2023
1 parent a8badf6 commit 2c3cd9f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@actions/github": "^6.0.0",
"@playwright/test": "^1.40.1",
"@rollup/plugin-yaml": "^4.1.2",
"@rollup/wasm-node": "^4.9.1",
"@sveltejs/adapter-vercel": "^4.0.3",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
Expand All @@ -46,5 +47,10 @@
"playwright-aws-lambda": "^0.10.0",
"playwright-core": "^1.40.1",
"publicodes": "=1.0.0-beta.70"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
}
}
}

0 comments on commit 2c3cd9f

Please sign in to comment.