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 image: node:lts
commands: commands:
- npm install - npm install
- npm run build - npm run build --production
- name: deploy - name: deploy
image: alpine image: alpine