@goffy-ai/coding-helper 0.0.6 → 0.0.7

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goffy-ai/coding-helper",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Goffy Coding Plan Helper for managing multi coding tools",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -52,8 +52,8 @@
52
52
  "terser": "^5.46.0"
53
53
  },
54
54
  "scripts": {
55
- "build": "tsc && cp -r src/locales dist/",
56
- "build:prod": "tsc -p tsconfig.prod.json && cp -r src/locales dist/ && node scripts/minify-dist.js",
55
+ "build": "tsc && cp -r src/locales dist/ && chmod +x dist/cli.js",
56
+ "build:prod": "tsc -p tsconfig.prod.json && cp -r src/locales dist/ && node scripts/minify-dist.js && chmod +x dist/cli.js",
57
57
  "dev": "tsx watch src/cli.ts",
58
58
  "start": "node dist/cli.js",
59
59
  "clean": "rm -rf dist",