Commit 9c84ab3

Anton Golub <antongolub@antongolub.com>
2024-12-18 16:46:33
ci: apply pkg-clean to dev publish (#1006)
1 parent c8ca866
Changed files (3)
.github/workflows/dev-publish.yml
@@ -26,4 +26,5 @@ jobs:
           AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
       - run: |
           npm version $(node --eval="process.stdout.write(require('./package.json').version)")-dev.$(git rev-parse --short HEAD) --no-git-tag-version
+          node scripts/clean-package-json.mjs
           npm publish --provenance --access=public --no-git-tag-version --tag dev
package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "zx",
-  "version": "8.2.4",
+  "version": "8.3.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "zx",
-      "version": "8.2.4",
+      "version": "8.3.0",
       "license": "Apache-2.0",
       "bin": {
         "zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
 {
   "name": "zx",
-  "version": "8.2.4",
+  "version": "8.3.0",
   "description": "A tool for writing better scripts",
   "type": "module",
   "main": "./build/index.cjs",