Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbritto-dev committed Apr 14, 2024
1 parent 2bfe80f commit a32fa5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm run test
- run: pnpm run compile
- run: pnpm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zustand-injectors",
"private": false,
"description": "A sweet way of lazy load slices",
"version": "0.0.3",
"version": "0.0.4",
"author": "Danilo Britto",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dist"
],
"scripts": {
"compile": "vite build",
"build": "vite build",
"check": "biome check ./src",
"test": "vitest run"
},
Expand Down

0 comments on commit a32fa5c

Please sign in to comment.