We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a3b9d commit c78a477Copy full SHA for c78a477
package.json
@@ -7,7 +7,7 @@
7
"check": "turbo run check",
8
"lint": "prettier --check \"**/*.{json,md}\" && turbo run lint",
9
"format": "prettier --write \"**/*.{json,md}\" && turbo run format",
10
- "publish-packages": "turbo run build lint test && npm publish --workspaces"
+ "publish-packages": "npm run build && npm publish --workspaces"
11
},
12
"devDependencies": {
13
"@sveltejs/kit": "^1.20.4",
0 commit comments