Skip to content

Commit

Permalink
build(TravisCI): execute npm run build command
Browse files Browse the repository at this point in the history
instead of having another explicit build command
  • Loading branch information
timbru31 authored and Hypfer committed Apr 26, 2019
1 parent 3bcfb5c commit 63886f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
- npm install

script:
- "./node_modules/.bin/pkg --targets node8-linux-armv7 --no-bytecode --options max-old-space-size=72 --public-packages=exif-parser,omggif,trim,prettycron,mqtt ."
- npm run build

deploy:
provider: releases
Expand Down

0 comments on commit 63886f3

Please sign in to comment.