Edit .onedev-buildspec.yml
This commit is contained in:
parent
a8cd10dc72
commit
4650c4eb4d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue