Library to ensure your Node processes never exit by themselves.
const neverExit = require("never-exit");
/**
* Returns a function to allow the process to exit.
*/
const exit = neverExit();
...
exit();
yarn install --frozen-lockfile
yarn build
Unit tests:
yarn test
Integration tests (ensure assets have been built first):
yarn test:int
yarn lint
Please check out the CONTRIBUTING docs.
Please check out the CHANGELOG docs.