You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Apply the patches (`quilt push -a`) or restore your stashed changes. At this
100
102
stage you may need to resolve conflicts. For example use `quilt push -f`,
101
103
manually apply the rejected portions, then `quilt refresh`.
@@ -130,11 +132,13 @@ yarn build:vscode
130
132
yarn release
131
133
```
132
134
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
+
133
137
Run your build:
134
138
135
139
```shell
136
140
cd release
137
-
yarn --production
141
+
yarn --production# Skip if you used KEEP_MODULES=1
0 commit comments