Skip to content

Commit

Permalink
Making sure to compile before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Jul 9, 2024
1 parent 0cfbe04 commit c86b947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"test": "pnpm run '/^test:.*/'",
"test:biome": "biome check --write",
"test:types": "tsc -p . --noEmit",
"test:spec": "vitest run"
"test:spec": "vitest run",
"prepublishOnly": "pnpm compile"
},
"keywords": [
"jotai",
Expand Down

0 comments on commit c86b947

Please sign in to comment.