add npm install
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-07 11:49:25 +01:00
parent 5a71416bff
commit d930de2081
+2 -1
View File
@@ -9,13 +9,14 @@ steps:
# - npm run build
- name: deploy
image: alpine
image: node
volumes:
- name: www-next
path: /www-next
commands:
- rm -rf /www-next/* /www-next/.[!.]*
- cp -r ./ /www-next/
- npm install --prefix /www-next
volumes:
- name: www-next