Add npm run all to run build+test+lint

This commit is contained in:
Henrik Ingo
2020-03-29 11:32:18 +03:00
parent 99484d11b8
commit ef57b5b471
2 changed files with 2 additions and 3 deletions

View File

@@ -81,9 +81,7 @@ WANT TO CONTRIBUTE?
For developers, once you've made changes to the code, you should run these commands for testing:
npm install
npm run build
npm run test
npm run lint
npm run all
Note that running `firefox qunit_test_runner.html` is usually more informative than running `karma` with `npm run test`. They both run the same tests.