@payload-cc/payload-collection-cli 1.0.6 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payload-cc/payload-collection-cli",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "description": "Functional CLI for Payload 3.0 collection management",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "dist"
21
21
  ],
22
22
  "scripts": {
23
- "build": "tsup src/index.ts src/bin.ts --format cjs,esm --dts --clean --shims",
23
+ "build": "tsup src/index.ts src/bin.ts --format cjs,esm --dts --clean --shims && chmod +x dist/bin.js",
24
24
  "release": "pnpm build && pnpm publish --access public",
25
25
  "test": "vitest run"
26
26
  },