Skip to content

Commit

Permalink
chore: add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Imamula committed Jun 27, 2022
1 parent ccb093a commit cec75c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-day-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"build-watch": "rollup -c -w --no-watch.clearScreen",
"css-types": "yarn tcm -p src/style.css",
"lint": "eslint --ext .ts,.tsx src",
"prepare": "npm run build",
"test": "jest",
"test-watch": "jest --watch",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
Expand Down

0 comments on commit cec75c9

Please sign in to comment.