Skip to content

Commit 181d0d0

Browse files
committed
fix: gha
1 parent c1fc305 commit 181d0d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
node-version: 18.x
2323
registry-url: https://registry.npmjs.com
24+
- name: install
25+
run: npm install
2426
- name: build
2527
run: npm run build
2628
- name: publish

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.14.2",
44
"description": "A micro-mvc framework for react apps",
55
"type": "module",
6-
"files": [
7-
"/dist"
8-
],
6+
"files": ["/dist"],
97
"sideEffects": false,
108
"main": "./dist/cjs/index.js",
119
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)