Skip to content

Instantly share code, notes, and snippets.

@mtimbs
Last active February 27, 2020 14:33
Show Gist options
  • Save mtimbs/947306fbd34e61c1f2f417f544593261 to your computer and use it in GitHub Desktop.
Save mtimbs/947306fbd34e61c1f2f417f544593261 to your computer and use it in GitHub Desktop.
default package.json scripts
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/jest --ci --verbose",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"buildtest": "tsc --noEmit"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment