Edit .onedev-buildspec.yml
This commit is contained in:
parent
a8cd10dc72
commit
4650c4eb4d
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
commands:
|
||||
- npm install
|
||||
- export CI=TRUE
|
||||
- export DATABASE_URL=file:./db.sqlite
|
||||
- npx next build
|
||||
- npx next lint
|
||||
useTTY: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue