Skip to content

Commit 936787f

Browse files
authored
Update readme (#4090)
1 parent 30157d1 commit 936787f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ $ mix test
193193

194194
Running all JavaScript tests:
195195
```bash
196+
$ npm install
196197
$ npm run setup
197198
$ npm run test
198199
```
@@ -220,4 +221,11 @@ $ npm run cover
220221
$ npm run cover:report
221222
```
222223

224+
Format the files:
225+
226+
```bash
227+
$ mix format
228+
$ npm run js:format
229+
```
230+
223231
JS contributions are very welcome, but please do not include an updated `priv/static/phoenix_live_view.js` in pull requests. The maintainers will update it as part of the release process.

0 commit comments

Comments
 (0)