Skip to content

Commit

Permalink
add umd to target
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Aug 10, 2020
1 parent 77d4992 commit d3a5045
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ $(JS): $(PJ) $(TS)
commonjs: $(PJ) $(TS)
tsc --module commonjs --target es6 $(TS)

umd: $(PJ) $(TS)
tsc --module umd --target es6 $(TS)

test: $(PJ) $(JS)
mocha --require esm

Expand Down

0 comments on commit d3a5045

Please sign in to comment.