@lbruton/specflow 3.5.11 → 3.5.12

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 (2) hide show
  1. package/dist/index.js +0 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lbruton/specflow",
3
- "version": "3.5.11",
3
+ "version": "3.5.12",
4
4
  "description": "MCP server for spec-driven development workflow with real-time web dashboard",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "LICENSE"
15
15
  ],
16
16
  "scripts": {
17
- "build": "npm run validate:i18n && npm run clean && tsc && npm run build:dashboard",
17
+ "build": "npm run validate:i18n && npm run clean && tsc && chmod +x dist/index.js && npm run build:dashboard",
18
18
  "copy-static": "node scripts/copy-static.cjs",
19
19
  "dev": "tsx src/index.ts",
20
20
  "start": "node dist/index.js",