Skip to content

Commit 40bb691

Browse files
MishaKavclaude
andcommitted
fix: move @wasm-fmt/ruff_fmt to production dependencies
Fixes ERR_MODULE_NOT_FOUND error in GitHub Actions where the WASM package couldn't be dynamically imported because it wasn't available in node_modules at runtime. By moving @wasm-fmt/ruff_fmt from devDependencies to dependencies, the package will be installed in the GitHub Actions environment, allowing the dynamic import to resolve correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3614828 commit 40bb691

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"@actions/core": "^1.11.1",
41-
"@linearb/gitstream-core": "2.1.217"
41+
"@linearb/gitstream-core": "2.1.217",
42+
"@wasm-fmt/ruff_fmt": "^0.10.0"
4243
},
4344
"devDependencies": {
4445
"@jest/globals": "^30.2.0",
@@ -47,7 +48,6 @@
4748
"@typescript-eslint/eslint-plugin": "^8.46.3",
4849
"@typescript-eslint/parser": "^8.39.1",
4950
"@vercel/ncc": "^0.38.4",
50-
"@wasm-fmt/ruff_fmt": "^0.10.0",
5151
"eslint": "^9.39.1",
5252
"eslint-plugin-github": "^5.1.8",
5353
"eslint-plugin-jest": "^28.13.0",

0 commit comments

Comments
 (0)