Skip to content

Commit ce1d3d9

Browse files
committed
fix publish script
1 parent 2f61878 commit ce1d3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "turbo dev",
88
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
99
"build": "turbo lint && turbo build",
10-
"publish": "turbo lint && turbo build && turbo publish"
10+
"publish": "turbo publish"
1111
},
1212
"devDependencies": {
1313
"prettier": "^3.0.3",

packages/commandkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "tsc",
1717
"dev": "tsup --watch",
1818
"build": "tsup",
19-
"publish": "npm publish",
19+
"publish": "pnpm lint && pnpm build && npm publish",
2020
"test": "tsx tests/index.ts"
2121
},
2222
"repository": {

0 commit comments

Comments
 (0)