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

Commit3be6199

Browse files
committed
create build script
1 parentf38a821 commit3be6199

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎scripts/build.sh

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/bin/bash
2+
3+
echo"Building Extension..."
4+
5+
# remove build directory
6+
echo"Cleaning up previous build..."
7+
rm -rf build
8+
9+
# build extension
10+
echo"Compiling..."
11+
tsc -p ./
12+
13+
# build web app
14+
cd web-app
15+
npm run build
16+
cd ..
17+
cp -R ./web-app/build/ ./build/
18+
node scripts/fixFontPaths.js
19+
20+
echo"Build complete!"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp