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 2bfe80f commit a32fa5cCopy full SHA for a32fa5c
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: pnpm install --frozen-lockfile
23
- run: pnpm run check
24
- run: pnpm run test
25
- - run: pnpm run compile
+ - run: pnpm run build
26
- run: npm publish
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -2,7 +2,7 @@
2
"name": "zustand-injectors",
3
"private": false,
4
"description": "A sweet way of lazy load slices",
5
- "version": "0.0.3",
+ "version": "0.0.4",
6
"author": "Danilo Britto",
7
"repository": {
8
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"scripts": {
- "compile": "vite build",
+ "build": "vite build",
29
"check": "biome check ./src",
30
"test": "vitest run"
31
},
0 commit comments