Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 466c5a1

Browse files
authored
fix: travis build
`npm run package` was missing and this cause red travis build.
1 parent 1b139bc commit 466c5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install:
2424
- cd src
2525
- npm i --ignore-scripts
2626
- npm run tsc
27+
- npm run package
2728
- cd ../demo
2829
- npm i
2930

0 commit comments

Comments
 (0)