We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd675b commit 634981cCopy full SHA for 634981c
snapshots/README.md
@@ -1,23 +1,6 @@
1
## 说明
2
目录里的内容都是用工具自动生成的。
3
4
-----------
5
-
6
-The icons in folders are all generated by cli command automatically.
7
8
---------
9
10
```bash
11
-cp -f ./scripts/config/all-in-one-js.json ./iconfont.json
12
-npx ts-node src/index.ts
13
14
-cp -f ./scripts/config/all-in-one-ts.json ./iconfont.json
15
16
17
-cp -f ./scripts/config/depends-on-js.json ./iconfont.json
18
19
20
-cp -f ./scripts/config/depends-on-ts.json ./iconfont.json
21
22
+sh scripts/update-snapshot.sh
23
```
0 commit comments