Skip to content

Commit

Permalink
fix: react-cheetah-grid release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed May 17, 2024
1 parent 6dba867 commit 38635b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-cheetah-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-cheetah-grid",
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:ci": "npm run build",
"postbuild": "tsc src/* --declaration --emitDeclarationOnly --jsx react-jsx --esModuleInterop --target es2020 --outDir dist --moduleResolution node",
"serve": "vite preview",
"test": "jest"
Expand Down

0 comments on commit 38635b9

Please sign in to comment.