Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 90a4f75

Browse files
committed
simply rm/cp step in copysrc command fn
1 parent 8d5fd35 commit 90a4f75

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bin/commands.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,8 @@ copysrc() {
6464
echo "Entering .docs"
6565
cd .docs
6666

67-
echo "Deleting .docs/docs-config.js"
68-
rm docs-config.js
69-
7067
echo "Copying docs-config.js into .docs"
71-
cp ../docs-config.js ./
68+
cp -r ../docs-config.js ./
7269

7370
echo "Entering .docs/src/"
7471
cd src

0 commit comments

Comments
 (0)