Skip to content

Commit

Permalink
fix(build): chakra theme type generation should be done in hopsworks …
Browse files Browse the repository at this point in the history
…instead

* fix(build): bring back prepack command

* Chakra-cli is a dev dependancy

* fix(build): generate chakra-theme types on the hopsworks instead

* Keep prepack instead of prepare

* chore
  • Loading branch information
ehsan-github authored May 23, 2023
1 parent 80909e1 commit 012e14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"start": "vite build --watch",
"prepare": "run-s build",
"gen:chakra-theme-typings": "chakra-cli tokens src/theme-chakra/theme/index.ts",
"postinstall": "yarn run gen:chakra-theme-typings",
"test:lint": "eslint --ext .ts,.tsx ./src",
"test:prettier": "prettier --check ./src",
"prettier": "prettier --write ./src",
Expand Down

0 comments on commit 012e14a

Please sign in to comment.