Skip to content

Commit

Permalink
remove unnecesary script of test on local
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed May 8, 2024
1 parent d0deea8 commit 1248ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"fmt.check": "prettier --check .",
"lint": "eslint \"src/**/*.ts*\"",
"release": "bumpp --commit --tag --push",
"prepublishOnly": "pnpm build && pnpm test",
"prepublishOnly": "pnpm build",
"start": "vite --open --mode ssr",
"test": "playwright test",
"qwik": "qwik"
Expand All @@ -95,4 +95,4 @@
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.2.1"
}
}
}

0 comments on commit 1248ce1

Please sign in to comment.