update CONTRIBUTING
This commit is contained in:
parent
432f3a1e1b
commit
cae16d74db
|
@ -12,4 +12,6 @@ cd gmi-web
|
||||||
npm link
|
npm link
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Use `npm run test` to compare your changes to the latest snapshots and when you are ready `npm run test:update` to save the current snapshots. `npm run test:watch` will auto-run the tests interactively to streamline this process.
|
||||||
|
|
||||||
Patches and issues can be submitted to code@talon.computer or expressed through the channels available on [Codeberg](https://codeberg.org/talon/gmi-web).
|
Patches and issues can be submitted to code@talon.computer or expressed through the channels available on [Codeberg](https://codeberg.org/talon/gmi-web).
|
||||||
|
|
|
@ -18,7 +18,9 @@
|
||||||
"gmi-web.css",
|
"gmi-web.css",
|
||||||
"gmi.css",
|
"gmi.css",
|
||||||
"html.js",
|
"html.js",
|
||||||
|
"html.spec.js",
|
||||||
"css.js",
|
"css.js",
|
||||||
|
"css.spec.js",
|
||||||
"cli.js"
|
"cli.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue