We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf995f0 commit 6ca0d77Copy full SHA for 6ca0d77
1 file changed
publish.sh
@@ -6,7 +6,7 @@ rm -rf ./src/iconfont
6
./node_modules/.bin/tsc
7
8
mv ./build/src/* ./build
9
-rm -r ./build/src
+rm -rf ./build/src ./build/snapshot
10
cp README.md package.json LICENSE ./build
11
cp -rf src/templates ./build/templates
12
0 commit comments