repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

commit
181d0d0
parent
c1fc305
author
Eric Bower
date
2025-06-06 11:26:09 -0400 EDT
fix: gha
2 files changed,  +3, -3
M .github/workflows/release.yml
+2, -0
1@@ -21,6 +21,8 @@ jobs:
2         with:
3           node-version: 18.x
4           registry-url: https://registry.npmjs.com
5+      - name: install
6+        run: npm install
7       - name: build
8         run: npm run build
9       - name: publish
M package.json
+1, -3
 1@@ -3,9 +3,7 @@
 2   "version": "0.14.2",
 3   "description": "A micro-mvc framework for react apps",
 4   "type": "module",
 5-  "files": [
 6-    "/dist"
 7-  ],
 8+  "files": ["/dist"],
 9   "sideEffects": false,
10   "main": "./dist/cjs/index.js",
11   "types": "./dist/types/index.d.ts",