Change build environment to production
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2021-01-05 02:09:35 +00:00
parent e6352b3a8d
commit 45b5ea8aba
1 changed files with 2 additions and 0 deletions

View File

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