We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d8b15 commit 7e32cddCopy full SHA for 7e32cdd
package.json
@@ -43,7 +43,7 @@
43
"lint:package": "publint",
44
"lint:tsc": "tsc --project tsconfig.test.json",
45
"prepare": "husky",
46
- "prepublishOnly": "run-s lint lint:tsc clean build lint:package",
+ "prepublishOnly": "run-s build lint lint:tsc lint:package",
47
"size-limit": "size-limit",
48
"test": "run-s test:server test:client",
49
"test:client": "npm run test:client:watch -- --single-run",
0 commit comments