We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacfe1a commit abf9231Copy full SHA for abf9231
.github/workflows/release-please.yml
@@ -26,6 +26,8 @@ jobs:
26
if: ${{ steps.release.outputs.release_created }}
27
- run: npm ci
28
29
+ - run: npm run build
30
+ if: ${{ steps.release.outputs.release_created }}
31
- name: Publish to NPM
32
run: npm publish
33
env:
package.json
@@ -37,9 +37,7 @@
37
},
38
"./package.json": "./package.json"
39
40
- "files": [
41
- "dist"
42
- ],
+ "files": ["dist"],
43
"scripts": {
44
"dev": "vite",
45
"build": "tsup",
0 commit comments