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 2f61878 commit ce1d3d9Copy full SHA for ce1d3d9
package.json
@@ -7,7 +7,7 @@
7
"dev": "turbo dev",
8
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
9
"build": "turbo lint && turbo build",
10
- "publish": "turbo lint && turbo build && turbo publish"
+ "publish": "turbo publish"
11
},
12
"devDependencies": {
13
"prettier": "^3.0.3",
packages/commandkit/package.json
@@ -16,7 +16,7 @@
16
"lint": "tsc",
17
"dev": "tsup --watch",
18
"build": "tsup",
19
- "publish": "npm publish",
+ "publish": "pnpm lint && pnpm build && npm publish",
20
"test": "tsx tests/index.ts"
21
22
"repository": {
0 commit comments