Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52b47a1

Browse files
authored
Merge pull request#468 from coderoad/fix/build-for-linux
fix build script for linux
2 parents697fd53 +1dfac4c commit52b47a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ cd ..
1919
# For Windows build: switch the next 2 lines
2020
if [["$OSTYPE"=="msys" ]];then
2121
echo"linux subsystem on windows selected"
22-
cp -R ./web-app/build/ ./
22+
cp -R ./web-app/build/ ./
2323
else
2424
echo"Unix system selected"
25-
cp -R ./web-app/build/ ./build/
25+
cp -R ./web-app/build/. ./build/
2626
fi
2727

2828
node scripts/fixFontPaths.js

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp