Skip to content

Commit 20e7432

Browse files
committed
Mention npm run build in the docs
1 parent 75ed7d2 commit 20e7432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ Any test data you're using (sample projects, config files, etc.) must go in a `s
106106

107107
#### Running the tests
108108

109-
You will need to have `npm run watch` running in the background.
109+
Pre-requisites:
110+
1. Run `npm run build`.
111+
2. You will need to have `npm run watch` running in the background.
110112

111113
##### 1. From the terminal
112114

0 commit comments

Comments
 (0)