Skip to content

Commit ab7c3b5

Browse files
committed
package-lock.json: Hoist tree-sitter-rust
Fixes CI. (The package at packages/language-rust-bundled gets symlinked into the main node_modules... It holds the actual tree-sitter-rust package on disk in its own node_modules subdirectory. This wasn't being restored when caching and restoring the main node_modules folder. So tests would fail by not finding this package. Hoist this so it is copied under the main node_modules folder, not just symlinked in.)
1 parent f0cdefb commit ab7c3b5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

package-lock.json

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

0 commit comments

Comments
 (0)