npm: fix typo in scripts
This commit is contained in:
parent
ad0ed2269f
commit
3bde6aa922
1 changed files with 2 additions and 3 deletions
|
@ -5,11 +5,10 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:check": "semistandard tests/**/*.js"
|
"lint:check": "semistandard tests/**/*.js",
|
||||||
"lint:fix": "semistandard --fix tests/**/*.js",
|
"lint:fix": "semistandard --fix tests/**/*.js",
|
||||||
"codegen": "npx playwright codegen",
|
"codegen": "npx playwright codegen",
|
||||||
"test": "playwright test",
|
"test": "playwright test"
|
||||||
"prepare": "npm run lint"
|
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
Loading…
Reference in a new issue