mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +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
|
- '12' # Changing this? Remind to keep linter+deploy conditions below aligned
|
||||||
- '8'
|
- '8'
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm run dev-up
|
||||||
- npm run build
|
- npm run build
|
||||||
script:
|
script:
|
||||||
# Only run linter once, for faster CI. Remind to keep linter+deploy conditions below aligned
|
# Only run linter once, for faster CI. Remind to keep linter+deploy conditions below aligned
|
||||||
|
Loading…
Reference in New Issue
Block a user