Edit .onedev-buildspec.yml

This commit is contained in:
Guillaume Dorce 2023-02-15 18:48:32 +00:00
parent a8cd10dc72
commit 4650c4eb4d
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
commands: commands:
- npm install - npm install
- export CI=TRUE - export CI=TRUE
- export DATABASE_URL=file:./db.sqlite
- npx next build - npx next build
- npx next lint - npx next lint
useTTY: false useTTY: false