Skip to content

Commit

Permalink
fix: missing dependencies on next-i18next
Browse files Browse the repository at this point in the history
* fix: missing dependencies on next-i18next

* Update next-i18next/trigger.sh

Co-authored-by: Theodorus Clarence <[email protected]>

---------

Co-authored-by: Theodorus Clarence <[email protected]>
  • Loading branch information
handinugroho and theodorusclarence authored Apr 8, 2023
1 parent 89ae842 commit a34a840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next-i18next/trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ echo -e "${NC}"
echo -e "${NC}"
echo -e "${GREEN}[Step 1] Installing additional packages${NC}"
echo ""
echo -e "Packages: ${GREEN}next-i18next"
echo -e "Packages: ${GREEN}next-i18next i18next react-i18next"
echo -e "${NC}"
yarn add next-i18next
yarn add next-i18next i18next react-i18next
# endregion //*======== Install Packages ===========

#region //*=========== Create Directories ===========
Expand Down

0 comments on commit a34a840

Please sign in to comment.