Skip to content

Commit 153a707

Browse files
authored
Update build.sh
1 parent 22c285b commit 153a707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/version1.x/UltraCheese/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ echo -e "* ${GREEN}Producing panel...${reset}"
120120
print_brake 25
121121
npm i -g yarn
122122
cd /var/www/pterodactyl
123-
yarn
123+
yarn install
124+
yarn add @emotion/react
124125
yarn build:production
125126
fi
126127
}

0 commit comments

Comments
 (0)