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
Copy file name to clipboardExpand all lines: doc/CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The prerequisites for contributing to code-server are almost the same as those f
32
32
There are several differences, however. You must:
33
33
34
34
- Use Node.js version 12.x (or greater)
35
+
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
35
36
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
36
37
37
38
The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all
0 commit comments