build es/lib 合成一个命令
This commit is contained in:
parent
173c17b093
commit
fa7660789a
|
|
@ -15,8 +15,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"test": "ts-node test/test.ts",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"build-es": "tsc -p tsconfig.es.json"
|
||||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue