Compare commits

..

1 Commits

Author SHA1 Message Date
Jack Hadrill 6d0250bbef Build changes
continuous-integration/drone/push Build is passing Details
2021-01-05 04:14:48 +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
- npm run build --production
- name: deploy
image: alpine