Skip to content

Commit ce8ea15

Browse files
author
Joe Savona
committed
[compiler] Fix missing snap script in babel-plugin-react-compiler-rust
Add "snap": "yarn workspace snap run snap" to match babel-plugin-react-compiler, so "yarn snap --rust" in the test script resolves correctly.
1 parent 54bd672 commit ce8ea15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • compiler/packages/babel-plugin-react-compiler-rust

compiler/packages/babel-plugin-react-compiler-rust/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"build": "tsc",
1414
"watch": "tsc --watch",
15+
"snap": "yarn workspace snap run snap",
1516
"test": "yarn snap --rust"
1617
},
1718
"dependencies": {

0 commit comments

Comments
 (0)