Merge 362c6ab3cc into sapling-pr-archive-poteto

This commit is contained in:
lauren
2025-10-20 15:31:04 -04:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@
"package": "rm -f react-forgive-0.0.0.vsix && vsce package --yarn",
"postinstall": "cd client && yarn install && cd ../server && yarn install && cd ..",
"pretest": "yarn run compile && yarn run lint",
"test": "vscode-test",
"test": "yarn build:compiler && vscode-test",
"vscode:prepublish": "yarn run compile",
"watch": "scripts/build.mjs --watch"
},