Skip to content

Commit b5c8563

Browse files
committed
cdn
1 parent ac31fe2 commit b5c8563

File tree

4 files changed

+8383
-2
lines changed

4 files changed

+8383
-2
lines changed

cdn.sh

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# chmod +x ./cdn.sh
2+
# ./cdn.sh
3+
4+
VERSION=2.0.5
5+
FOLDER=d2-crud
6+
NAME=@d2-projects/d2-crud
7+
8+
qshell account
9+
qshell qupload2 \
10+
--src-dir=/Users/liyang/Documents/code/$FOLDER/dist \
11+
--bucket=d2-cdn \
12+
--key-prefix=packages/$NAME@$VERSION/ \
13+
--overwrite=true \
14+
--check-exists=true \
15+
--check-hash=true \
16+
--check-size=true \
17+
--rescan-local=true \
18+
--thread-count=32
19+
20+
echo done 上传完成

dist/d2-crud.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/d2-crud.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)