build: adjust esm formats

This commit is contained in:
Evan You
2019-12-10 22:14:02 -05:00
parent 8ed04ed503
commit 136ab753b3
11 changed files with 35 additions and 22 deletions

View File

@@ -79,7 +79,7 @@ async function main() {
// build all packages with types
if (!skipBuild) {
await run('yarn', ['build', '-t'])
await run('yarn', ['build', '--release'])
// test generated dts files
await run(bin('tsd'))
}