Drone: create stub .env file
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-12-03 22:42:27 -06:00
parent e10306402a
commit 7bd23c4b89

View File

@ -24,6 +24,7 @@ steps:
commands: commands:
- "npm add --global pnpm" - "npm add --global pnpm"
- pnpm i - pnpm i
- touch .env
- pnpm run build - pnpm run build
- name: container build - name: container build