We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d36370 + 803d34b commit 277879aCopy full SHA for 277879a
src/publish.sh
@@ -33,6 +33,9 @@ cp ../public/van-$VER.nomodule.debug.js ../public/van-latest.nomodule.debug.js
33
sed -i .bak s/van\\.js/van-$VER\\.js/ ../public/van-$VER.debug.js
34
sed -i .bak s/van\\.js/van-latest\\.js/ ../public/van-latest.debug.js
35
36
+rm ../demo/terminal/van-*.min.js
37
+cp ../public/van-$VER.min.js ../demo/terminal/
38
+
39
rm ../public/*.bak
40
41
# Testing
0 commit comments