Commit 40bb691
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
2 files changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments