Skip to content

Commit 803d34b

Browse files
committed
Copy van-$VER.min.js to the terminal app
1 parent a3c4d93 commit 803d34b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ cp ../public/van-$VER.nomodule.debug.js ../public/van-latest.nomodule.debug.js
3333
sed -i .bak s/van\\.js/van-$VER\\.js/ ../public/van-$VER.debug.js
3434
sed -i .bak s/van\\.js/van-latest\\.js/ ../public/van-latest.debug.js
3535

36+
rm ../demo/terminal/van-*.min.js
37+
cp ../public/van-$VER.min.js ../demo/terminal/
38+
3639
rm ../public/*.bak
3740

3841
# Testing

0 commit comments

Comments
 (0)