mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
fix: build mjs in the cli (#20889)
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3f32ffd747
commit
8381efe262
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user