We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09ab86 commit eccac99Copy full SHA for eccac99
1 file changed
themes/version1.x/ParticlesLogin/build.sh
@@ -259,11 +259,13 @@ print_brake 25
259
echo
260
if [ -d "$PTERO/node_modules" ]; then
261
cd "$PTERO"
262
+ yarn add react-tsparticles
263
yarn build:production
264
else
265
npm i -g yarn
266
267
yarn install
268
269
270
fi
271
}
0 commit comments