We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dc43ce + 778f513 commit cc0cbdfCopy full SHA for cc0cbdf
.husky/pre-commit
@@ -1 +1 @@
1
-pnpm lint && pnpm format && pnpm exec lint-staged
+npm run prepublish && npm exec lint-staged
package.json
@@ -30,7 +30,7 @@
30
"utility"
31
],
32
"scripts": {
33
- "test": "tsc --project tsconfig.test.json && borp --coverage --check-coverage --lines 100",
+ "test": "rm -rf dist && tsc --project tsconfig.test.json && borp --coverage --check-coverage --lines 100",
34
"format": "prettier --check .",
35
"format:check": "prettier --write .",
36
"lint": "eslint ./src",
0 commit comments