Skip to content

Commit 27700ef

Browse files
committed
Add size-limit warning and build to amd module
1 parent fe1cb5a commit 27700ef

4 files changed

Lines changed: 1403 additions & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ node_js:
44

55
script:
66
- npm install
7-
- npm run build && npm test && npx codecov
7+
- npm run build && npm run size-limit && npm test && npx codecov

0 commit comments

Comments
 (0)