mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
build: Add lint:fix script
This commit is contained in:
parent
024f69ce91
commit
3538f89b6f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"format": "prettier --write '**/*'",
|
||||
"format-check": "prettier --check '**/*'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"lint:fix": "eslint --fix src/**/*.ts",
|
||||
"package": "ncc build --source-map --license LICENSE",
|
||||
"test": "ava",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||
|
|
Loading…
Reference in a new issue