Skip to content

Commit c78a477

Browse files
fix publish script
1 parent e8a3b9d commit c78a477

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
@@ -7,7 +7,7 @@
77
"check": "turbo run check",
88
"lint": "prettier --check \"**/*.{json,md}\" && turbo run lint",
99
"format": "prettier --write \"**/*.{json,md}\" && turbo run format",
10-
"publish-packages": "turbo run build lint test && npm publish --workspaces"
10+
"publish-packages": "npm run build && npm publish --workspaces"
1111
},
1212
"devDependencies": {
1313
"@sveltejs/kit": "^1.20.4",

0 commit comments

Comments
 (0)