Compare commits

..

1 Commits

Author SHA1 Message Date
e6352b3a8d Remove video.js
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-05 02:05:56 +00:00

View File

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