Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 6fa68f9

Browse files
committed
Use cp instead of mv
1 parent 5a81162 commit 6fa68f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎scripts/deploy.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

33
yarn install
4-
ls -l node_modules/@ffmpeg/core/
5-
mv node_modules/@ffmpeg/core/dist/* public/static/js
4+
cp node_modules/@ffmpeg/core/dist/* public/static/js
65
yarn build

0 commit comments

Comments
(0)