Skip to content

Commit 63dfa8d

Browse files
committed
docs: add note about KEEP_MODULES=1
1 parent 91de1fe commit 63dfa8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ yarn build:vscode
132132
yarn release
133133
```
134134

135+
_NOTE: this does not keep `node_modules`. If you want them to be kept, use `KEEP_MODULES=1 yarn release` (if you're testing in Coder, you'll want to do this)_
136+
135137
Run your build:
136138

137139
```shell

0 commit comments

Comments
 (0)