npm install in ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Viktor Varland 2023-08-15 23:06:12 +02:00
parent 81ac651ff1
commit c6f15a2617
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -6,5 +6,5 @@ steps:
- name: build
image: node:18
commands:
- npm run install
- npm install
- npm run build