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 2674cc5 commit 21b216dCopy full SHA for 21b216d
.github/workflows/release-it.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Init Github User
15
run: |
16
git config --global user.email "claude@designbycode.co.za"
17
- git config --global user.name "designbycode"
+ git config --global user.name "designbycode_"
18
- name: Init NPM config
19
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
20
env:
package.json
@@ -88,6 +88,7 @@
88
"terser": "^5.19.2",
89
"typescript": "^5.0.2",
90
"vite": "^4.4.5",
91
- "vite-plugin-dts": "^3.5.1"
+ "vite-plugin-dts": "^3.5.1",
92
+ "vitest": "^0.34.1"
93
}
94
0 commit comments