npm: fix typo in scripts

This commit is contained in:
hayzamjs 2024-06-02 21:44:14 +05:30
parent ad0ed2269f
commit 3bde6aa922
Signed by: hayzam
GPG key ID: 13B4C5B544B53947

View file

@ -5,11 +5,10 @@
"main": "index.js",
"type": "module",
"scripts": {
"lint:check": "semistandard tests/**/*.js"
"lint:check": "semistandard tests/**/*.js",
"lint:fix": "semistandard --fix tests/**/*.js",
"codegen": "npx playwright codegen",
"test": "playwright test",
"prepare": "npm run lint"
"test": "playwright test"
},
"husky": {
"hooks": {