diff --git a/packages/react-cheetah-grid/package.json b/packages/react-cheetah-grid/package.json index 95942292..25fb50f4 100644 --- a/packages/react-cheetah-grid/package.json +++ b/packages/react-cheetah-grid/package.json @@ -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"