Compare commits

..

1 Commits

Author SHA1 Message Date
Jack Hadrill 8e6f061dd2 Build changes
continuous-integration/drone/push Build is passing Details
2021-01-05 04:08:45 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: node:lts
commands:
- npm install
- npm run build --production
- npm run build
- name: deploy
image: alpine