Skip to content

Commit 7f6d662

Browse files
committed
ci: missing pub-ci
1 parent efc6ebe commit 7f6d662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build:watch": "npm run build && nodemon --watch src --ext ts --exec \"tsc && node ./post-build.mjs\"",
1212
"build": "tsc && node ./post-build.mjs",
1313
"pub": "PUBLISH=true pnpm run build",
14+
"pub-ci": "PUBLISH=true CI=true pnpm run build",
1415
"pub:patch": "PUBLISH=true PUBLISH_VERSION=patch pnpm run build",
1516
"pub:minor": "PUBLISH=true PUBLISH_VERSION=minor pnpm run build",
1617
"pub:major": "PUBLISH=true PUBLISH_VERSION=major pnpm run build",

0 commit comments

Comments
 (0)