Adding submodule install

This commit is contained in:
Fabian Stamm 2020-03-09 18:51:56 +01:00
parent aab3cb76b9
commit bdfdba172d
2 changed files with 4 additions and 0 deletions

3
.drone.status Normal file
View File

@ -0,0 +1,3 @@
{
"url": "https://drone.hibas123.de/OpenServer/OpenAuth_server/"
}

View File

@ -7,6 +7,7 @@ steps:
image: node:12
commands:
- npm install
- npm run install
- npm run build
- name: Publish to docker
image: plugins/docker