jettypod 4.4.69 → 4.4.70
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.
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jettypod",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.70",
|
|
4
4
|
"description": "AI-powered development workflow manager with TDD, BDD, and automatic test generation",
|
|
5
5
|
"main": "jettypod.js",
|
|
6
6
|
"bin": {
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"test:unit:watch": "NODE_ENV=test jest --watch",
|
|
36
36
|
"test:cleanup": "node scripts/test-cleanup.js",
|
|
37
37
|
"prepublishOnly": "echo '🔄 Syncing skills to templates...' && cp -r .claude/skills/* skills-templates/ && echo '✅ Skills synced' && echo '🔨 Building dashboard...' && cd apps/dashboard && npm install && npm run build && echo '✅ Dashboard built'",
|
|
38
|
+
"postpublish": "git push origin main --tags && echo '✅ Pushed version commit and tags'",
|
|
38
39
|
"dashboard": "npm run dev --prefix apps/dashboard",
|
|
39
40
|
"dashboard:build": "npm run build --prefix apps/dashboard",
|
|
40
41
|
"dashboard:start": "npm run start --prefix apps/dashboard"
|