Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created August 27, 2022 23:35
Show Gist options
  • Save fishyer/a77b2df0c157fae13aa9df14d3e1e19c to your computer and use it in GitHub Desktop.
Save fishyer/a77b2df0c157fae13aa9df14d3e1e19c to your computer and use it in GitHub Desktop.
waque-scripts
"scripts": {
"precommit": "lint-staged",
"postpack": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc && oclif-dev manifest",
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
"commitmsg": "commitlint -e $GIT_PARAMS",
"release": "standard-version"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment