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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Please follow the following guidelines:
9
9
- Add at least a test to `examples/passing/` and possibly to `examples/failing`.
10
10
- Build the binaries and libs with `cabal build`
11
11
- Install the binaries and libs with `cabal install`.
12
-
- Run `cabal configure --enable-tests && cabal build && cabal test` to build the test suite.
13
-
- Build the core libraries by running the script in `core-tests`
12
+
- Run `cabal configure --enable-tests && cabal build && cabal test` to build the test suite. You will need `npm`, `node`, and `bower` on your PATH to run the tests.
13
+
- Build the core libraries by running the script in `core-tests`.
14
14
15
15
If you would like to contribute, please consider the issues in the current milestone first. If you are a new contributor, you may want to have a go at the ["easy" issues](https://github.com/purescript/purescript/labels/easy) to get started.
0 commit comments