Skip to content

Commit 6f55931

Browse files
committed
commit before tentative release.
1 parent 25437ca commit 6f55931

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

zip.sh

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
#!/bin/sh
2-
cd ./dist
3-
4-
web-ext build --overwrite-dest
5-
6-
cd ..
1+
#!/bin/sh
2+
echo adding to git
3+
git commit -am "commit before tentative release."
4+
rm -rf ./web-ext-artifacts
5+
echo rebuilding web extension...
6+
npm run clean-build
7+
echo building web extension...
8+
cd ./dist
9+
web-ext build --overwrite-dest
10+
mv ./web-ext-artifacts ../
11+
cd ..
12+
echo compressing source..
13+
git archive -o source.zip HEAD
14+
mv ./source.zip ./web-ext-artifacts
15+
echo done

0 commit comments

Comments
 (0)