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 b9b38ce commit d78dd8eCopy full SHA for d78dd8e
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup node
14
uses: actions/setup-node@v2
15
with:
16
- node-version: '18.x'
+ node-version: '20.x'
17
18
- uses: pnpm/action-setup@v3
19
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
- name: Set tag
42
id: tagName
package.json
@@ -78,7 +78,7 @@
78
}
79
},
80
"scripts": {
81
- "build": "tsdown",
+ "build": "tsdown && tsdown --config tsdown.umd.ts",
82
"dev": "tsdown --watch",
83
"typecheck": "tsc --noEmit",
84
"test": "vitest",
0 commit comments