mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
build: npm init ava
This commit is contained in:
parent
c976e6b883
commit
78e7fadd20
2 changed files with 2422 additions and 1 deletions
2420
package-lock.json
generated
2420
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@
|
|||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license LICENSE",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "ava",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -35,6 +35,7 @@
|
|||
"@types/semver": "^7.3.13",
|
||||
"@typescript-eslint/parser": "^5.42.1",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"ava": "^5.0.1",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-github": "^4.4.1",
|
||||
|
|
Loading…
Reference in a new issue