Created
August 27, 2022 23:35
-
-
Save fishyer/a77b2df0c157fae13aa9df14d3e1e19c to your computer and use it in GitHub Desktop.
waque-scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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