Skip to content

Commit 21b216d

Browse files
committed
wip
1 parent 2674cc5 commit 21b216d

File tree

3 files changed

+313
-2
lines changed

3 files changed

+313
-2
lines changed

.github/workflows/release-it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Init Github User
1515
run: |
1616
git config --global user.email "claude@designbycode.co.za"
17-
git config --global user.name "designbycode"
17+
git config --global user.name "designbycode_"
1818
- name: Init NPM config
1919
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
2020
env:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"terser": "^5.19.2",
8989
"typescript": "^5.0.2",
9090
"vite": "^4.4.5",
91-
"vite-plugin-dts": "^3.5.1"
91+
"vite-plugin-dts": "^3.5.1",
92+
"vitest": "^0.34.1"
9293
}
9394
}

0 commit comments

Comments
 (0)