We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fc305 commit 181d0d0Copy full SHA for 181d0d0
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
node-version: 18.x
23
registry-url: https://registry.npmjs.com
24
+ - name: install
25
+ run: npm install
26
- name: build
27
run: npm run build
28
- name: publish
package.json
@@ -3,9 +3,7 @@
3
"version": "0.14.2",
4
"description": "A micro-mvc framework for react apps",
5
"type": "module",
6
- "files": [
7
- "/dist"
8
- ],
+ "files": ["/dist"],
9
"sideEffects": false,
10
"main": "./dist/cjs/index.js",
11
"types": "./dist/types/index.d.ts",
0 commit comments