Skip to content

Commit eccac99

Browse files
committed
Ops² 👀
1 parent c09ab86 commit eccac99

File tree

1 file changed

+2
-0
lines changed
  • themes/version1.x/ParticlesLogin

1 file changed

+2
-0
lines changed

themes/version1.x/ParticlesLogin/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,13 @@ print_brake 25
259259
echo
260260
if [ -d "$PTERO/node_modules" ]; then
261261
cd "$PTERO"
262+
yarn add react-tsparticles
262263
yarn build:production
263264
else
264265
npm i -g yarn
265266
cd "$PTERO"
266267
yarn install
268+
yarn add react-tsparticles
267269
yarn build:production
268270
fi
269271
}

0 commit comments

Comments
 (0)