Skip to content

Commit a32fa5c

Browse files
committed
Minor fixes
1 parent 2bfe80f commit a32fa5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: pnpm install --frozen-lockfile
2323
- run: pnpm run check
2424
- run: pnpm run test
25-
- run: pnpm run compile
25+
- run: pnpm run build
2626
- run: npm publish
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zustand-injectors",
33
"private": false,
44
"description": "A sweet way of lazy load slices",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"author": "Danilo Britto",
77
"repository": {
88
"type": "git",
@@ -25,7 +25,7 @@
2525
"dist"
2626
],
2727
"scripts": {
28-
"compile": "vite build",
28+
"build": "vite build",
2929
"check": "biome check ./src",
3030
"test": "vitest run"
3131
},

0 commit comments

Comments
 (0)