make gandalf run build-esm fixes #2325 (#2326)

This commit is contained in:
Daniel Loomer 2018-12-04 12:20:28 -05:00 committed by Isiah Meadows
parent 8134c51a48
commit bcc6003bf3

View file

@ -21,6 +21,8 @@ before_script:
- npm run build-browser
# Pass -save so it'll update the readme as well
- npm run build-min -- -save
# must run after build-min in order to generate min.mjs
- npm run build-esm
# Run tests, lint, and then check for perf regressions
script: