Compare commits

..

1 Commits

Author SHA1 Message Date
Jack Hadrill dfb32be6e8 Remove video.js
continuous-integration/drone/push Build is failing Details
2021-01-05 04:06:35 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ name: deploy
steps: steps:
- name: build - name: build
image: node:lts image: node:lts
environment:
NODE_ENV: production
commands: commands:
- npm install - npm install
- npm run build - npm run build