Skip to content

Commit 7a44d1d

Browse files
committed
Update scripts
1 parent 3c3e580 commit 7a44d1d

File tree

2 files changed

+54
-3
lines changed

2 files changed

+54
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"default": "./dist/index.js"
1010
},
1111
"scripts": {
12-
"clean": "rimraf coverage dist",
12+
"clean": "rimraf dist",
1313
"build": "tsc",
1414
"lint": "eslint src tests",
15-
"postpublish": "yarn clean",
16-
"prepublishOnly": "yarn lint && yarn test && yarn clean && yarn build",
15+
"postpublish": "pnpm clean",
16+
"prepublishOnly": "pnpm lint && pnpm test && pnpm clean && pnpm build",
1717
"test": "vitest"
1818
},
1919
"dependencies": {
@@ -30,6 +30,7 @@
3030
"eslint": "^9.20.1",
3131
"fs-extra": "^11.3.0",
3232
"replace-in-file": "^8.3.0",
33+
"rimraf": "^6.0.1",
3334
"typescript": "^5.7.3",
3435
"vitest": "^3.0.6"
3536
},

pnpm-lock.yaml

+50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)