Fix CI build artifacts
This commit is contained in:
+2
-2
@@ -42,12 +42,12 @@ build:
|
||||
needs: ["install"]
|
||||
stage: build
|
||||
script:
|
||||
- API_URL=https://api.dev.sik.party/api npm run build
|
||||
- npm run build
|
||||
dependencies:
|
||||
- install
|
||||
artifacts:
|
||||
paths:
|
||||
- dist
|
||||
- .next
|
||||
expire_in: 1 week
|
||||
|
||||
test:e2e:
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@
|
||||
"start": "npm run start-dev",
|
||||
"start-dev": "next dev",
|
||||
"serve": "next start",
|
||||
"start-prod": "npm run build && npm run serve",
|
||||
"start-prod": "npm run serve",
|
||||
"test": "npm run test:e2e:verbose",
|
||||
"test:e2e": "npm-run-all -p -r serve test:e2e:testcafe",
|
||||
"test:e2e:verbose": "npm-run-all -p -r serve test:e2e:testcafe:verbose",
|
||||
|
||||
Reference in New Issue
Block a user