Skip to content

Commit b3768da

Browse files
fix: export systemjs module for browser (#26)
1 parent aec72aa commit b3768da

File tree

5 files changed

+121
-102
lines changed

5 files changed

+121
-102
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- run:
4848
name: Build
4949
command: npm run build
50+
- run:
51+
name: Build.System
52+
command: npm run build.system
5053
- run:
5154
name: Semantic Release
5255
command: node_modules/.bin/semantic-release

0 commit comments

Comments
 (0)