From 3bde6aa9225f7b5d565356e5acd26ed0151e302f Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Sun, 2 Jun 2024 21:44:14 +0530 Subject: [PATCH] npm: fix typo in scripts --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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": {