This commit is contained in:
Nathan Bierema 2025-05-31 10:26:15 -04:00
parent 9cac4d2295
commit 236f4cf48c

View File

@ -32,7 +32,7 @@
"lint": "eslint .", "lint": "eslint .",
"type-check": "tsc --noEmit", "type-check": "tsc --noEmit",
"prepack": "pnpm run clean && pnpm run build", "prepack": "pnpm run clean && pnpm run build",
"prepublish": "pnpm run lint && pnpm run test" "prepublish": "pnpm run lint"
}, },
"dependencies": { "dependencies": {
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",