Skip to content

Commit e10310f

Browse files
author
Ali Tas
committed
Fix prepublish script
1 parent b920b84 commit e10310f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@
3434
"main": "./dist/index.cjs",
3535
"module": "./dist/index.js",
3636
"types": "./dist/index.d.ts",
37-
"files": [
38-
"dist"
39-
],
37+
"files": ["dist"],
4038
"scripts": {
4139
"build": "tsup",
4240
"test": "vitest",
4341
"cover": "vitest --coverage",
4442
"check": "biome check . && tsc",
45-
"prepublishOnly": "pnpm run test && pnpm run build"
43+
"prepublishOnly": "pnpm test run && pnpm build"
4644
},
4745
"devDependencies": {
4846
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)