1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

[WIP] Upgrade EmberJS to 3.5.x

This commit is contained in:
Harvey Kandola 2018-12-08 15:35:41 +00:00
parent 44d3e40663
commit 4b68529090
8 changed files with 76 additions and 33 deletions

View file

@ -34,6 +34,12 @@ Make use of the many generators for code, try `ember help generate` for more det
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)