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: 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