Skip to content

Commit 001602c

Browse files
committed
Remove unnecessary dependencies
1 parent 0d5d788 commit 001602c

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

themes/version1.x/BackgroundVideo/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,11 @@ print_brake 25
309309
echo
310310
if [ -d "$PTERO/node_modules" ]; then
311311
cd "$PTERO"
312-
yarn add @emotion/react
313312
yarn build:production
314313
else
315314
npm i -g yarn
316315
cd "$PTERO"
317316
yarn install
318-
yarn add @emotion/react
319317
yarn build:production
320318
fi
321319
}

0 commit comments

Comments
 (0)