Skip to content

Commit cc0cbdf

Browse files
authored
chore: bump patch v0.0.3 (#5)
2 parents 9dc43ce + 778f513 commit cc0cbdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pnpm lint && pnpm format && pnpm exec lint-staged
1+
npm run prepublish && npm exec lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"utility"
3131
],
3232
"scripts": {
33-
"test": "tsc --project tsconfig.test.json && borp --coverage --check-coverage --lines 100",
33+
"test": "rm -rf dist && tsc --project tsconfig.test.json && borp --coverage --check-coverage --lines 100",
3434
"format": "prettier --check .",
3535
"format:check": "prettier --write .",
3636
"lint": "eslint ./src",

0 commit comments

Comments
 (0)