Skip to content

Instantly share code, notes, and snippets.

@mchirico
Created March 7, 2020 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchirico/02d42eb0caa7bbed50821eded57abd93 to your computer and use it in GitHub Desktop.
Save mchirico/02d42eb0caa7bbed50821eded57abd93 to your computer and use it in GitHub Desktop.
Summary of changes
"scripts": {
"pretest": "./node_modules/.bin/eslint src/*.js",
"test": "./node_modules/.bin/nyc mocha",
"testw": "mocha -w",
"coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text --reporter=text-summary mocha -- --timeout=3000 test/**/*.js && codecov -p ../ -t ${CODEC\
OV_TOKEN}"
},
"husky": {
"hooks": {
"pre-commit": "npm run pretest"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment