fix: build mjs in the cli (#20889)

Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
This commit is contained in:
Barthélémy Ledoux
2022-04-04 17:58:56 -05:00
committed by GitHub
parent 3f32ffd747
commit 8381efe262
12 changed files with 106 additions and 6 deletions

View File

@@ -24,3 +24,4 @@ includeTypes.forEach((folder) => {
shell.exec('babel lib -d build/lib')
shell.exec('babel index.js -o build/index.js')
shell.cp('index.mjs', 'build/index.mjs')