Skip to content

Commit addcf1c

Browse files
committed
Use npm script
1 parent cc72992 commit addcf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js:
55
before_install:
66
- npm i -g npm
77
before_script:
8-
- lerna run build
8+
- npm run build
99
cache:
1010
directories:
1111
- node_modules

0 commit comments

Comments
 (0)