yay more changes for drone
This commit is contained in:
parent
032dec14b7
commit
236f485712
@ -11,6 +11,10 @@ steps:
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- npm run build
|
||||
- name: deploy
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
|
@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"dev": "set APP_ENV=development && next dev",
|
||||
"build": "next build",
|
||||
"start": "APP_ENV=production npm i && next build && next start -p 3001",
|
||||
"start": "APP_ENV=production next start -p 3001",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user