更新文档及构建问题

This commit is contained in:
wxzhang 2022-08-24 21:50:06 +08:00
parent 357b24dd25
commit 5b7f6bc750
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## 2022/8/24
- 全新灵活的格式化机制
- 新增加日期格式化
- 新增加货币格式化
- 调整运行时代码组织
## 2022/8/7
- 更新文档

View File

@ -9,7 +9,8 @@
"test:runtime": "cross-env NODE_OPTIONS=--experimental-vm-modules jest runtime --coverage --collectCoverageFrom packages/runtime/dist/runtime.cjs",
"list:package": "node ./packages/autopublish/index.js list",
"autopublish": "node ./packages/autopublish/index.js -a --no-ask",
"docs:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi build",
"docs:build2": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi build",
"docs:build": " dumi build",
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev "
},
"author": "",