Commit Graph

8 Commits (332fb69aa3d9a77faa6897ff98e9483d3e1b1ac1)

Author SHA1 Message Date
Nathan L Smith 7de81b4bde Improvements to npm scripts
When trying to run `npm run test:dev`, I noticed that `nodemon` was not found,
so that task will not work unless you've done `npm install -g nodemon`.

Replace `nodemon`, which would watch for changes to files and restart
Karma, with [concurrenty](https://www.npmjs.com/package/concurrently) and
[eslint-watch](https://www.npmjs.com/package/eslint-watch).

The NPM scripts also had some full paths to binaries that were not necessary
which have been replaced with the shorter versions, and short configuration
options that have been replaced with longer ones for readability (`-w` vs
`--watch`, etc.)

The `eslint` package was updated to remove a warning about an incorrect peer
dependency with `eslint-plugin-prettier`.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-11 01:53:37 +00:00
Nathan L Smith 0e297de362 Change some remaining npm mentions to yarn
While `npm` is still installed as part of the build process, most of the
scripts and documentation should be using yarn.

Change `npm` to `yarn` where appropriate.

Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-07 19:28:23 +00:00
Jared Scheib 3b39b6e19f Make test command consistent 2017-07-24 12:55:09 -07:00
Jared Scheib 0b4f3e0625 Add Testing section to ui/README.md 2017-07-24 12:49:41 -07:00
Chris Goller 3414012d7c Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
Will Piers 3b5c59ed15 Takin' out the trash 2016-11-14 17:09:58 -08:00
Will Piers 4d20b2af4a Bring over enterprise ui and configuration
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers 133da5a14f Use create-react-app 2016-09-09 16:10:54 -07:00