Skip to content

Commit 7e32cdd

Browse files
ci: fix npm script "prepublishOnly"
Release-As: 5.1.7
1 parent c8d8b15 commit 7e32cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint:package": "publint",
4444
"lint:tsc": "tsc --project tsconfig.test.json",
4545
"prepare": "husky",
46-
"prepublishOnly": "run-s lint lint:tsc clean build lint:package",
46+
"prepublishOnly": "run-s build lint lint:tsc lint:package",
4747
"size-limit": "size-limit",
4848
"test": "run-s test:server test:client",
4949
"test:client": "npm run test:client:watch -- --single-run",

0 commit comments

Comments
 (0)