Add dependencies to CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jack Hadrill 2021-01-05 04:02:30 +00:00
parent 986b560265
commit 974ee10dc2
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ steps:
environment:
NODE_ENV: production
commands:
- npm install vue@next
- npm install -g @vue/cli
- npm install
- npm run build