build es/lib 合成一个命令

This commit is contained in:
Wang Kejun 2023-09-07 00:05:01 +08:00
parent dbf6034b16
commit e32f45fd76
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@
"typings": "es/index.d.ts",
"scripts": {
"test": "test",
"build": "tsc -p tsconfig.json",
"build-es": "tsc -p tsconfig.es.json"
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json"
},
"license": "ISC",
"dependencies": {