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 efc6ebe commit 7f6d662Copy full SHA for 7f6d662
package.json
@@ -11,6 +11,7 @@
11
"build:watch": "npm run build && nodemon --watch src --ext ts --exec \"tsc && node ./post-build.mjs\"",
12
"build": "tsc && node ./post-build.mjs",
13
"pub": "PUBLISH=true pnpm run build",
14
+ "pub-ci": "PUBLISH=true CI=true pnpm run build",
15
"pub:patch": "PUBLISH=true PUBLISH_VERSION=patch pnpm run build",
16
"pub:minor": "PUBLISH=true PUBLISH_VERSION=minor pnpm run build",
17
"pub:major": "PUBLISH=true PUBLISH_VERSION=major pnpm run build",
0 commit comments