mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 09:49:56 +00:00
style: format-check => format:check
This commit is contained in:
parent
4ad727836d
commit
205818f4d8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"format": "prettier --write '**/*'",
|
"format": "prettier --write '**/*'",
|
||||||
"format-check": "prettier --check '**/*'",
|
"format:check": "prettier --check '**/*'",
|
||||||
"lint": "eslint src/**/*.ts",
|
"lint": "eslint src/**/*.ts",
|
||||||
"lint:fix": "eslint --fix src/**/*.ts",
|
"lint:fix": "eslint --fix src/**/*.ts",
|
||||||
"package": "ncc build --source-map --license LICENSE",
|
"package": "ncc build --source-map --license LICENSE",
|
||||||
|
|
Loading…
Reference in a new issue