diff --git a/package.json b/package.json index 517eb41..e760141 100644 --- a/package.json +++ b/package.json @@ -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": {