mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-22 14:48:28 +00:00
Fix travis build
We no longer have a postinstall so we need to explicitly 'npm run dev-up' for cli+app deps, like we did before.
This commit is contained in:
parent
cde5c1e13b
commit
35eb72edfd
@ -8,7 +8,7 @@ node_js:
|
||||
- '12' # Changing this? Remind to keep linter+deploy conditions below aligned
|
||||
- '8'
|
||||
install:
|
||||
- npm install
|
||||
- npm run dev-up
|
||||
- npm run build
|
||||
script:
|
||||
# Only run linter once, for faster CI. Remind to keep linter+deploy conditions below aligned
|
||||
|
Loading…
x
Reference in New Issue
Block a user