Skip to content
Snippets Groups Projects
Commit 0d5d40d9 authored by Andris Borbás's avatar Andris Borbás
Browse files

fix build script

parent 701913a1
No related branches found
No related tags found
1 merge request!3CI
Pipeline #5640 failed
......@@ -14,7 +14,7 @@ build:
image: node:14
script:
- npm install
- CI=false npm run build
- CI=false npm run export
artifacts:
expire_in: 1 week
paths:
......
......@@ -13,7 +13,8 @@
"lint:eslint": "eslint --ext .js,.ts,.tsx --ignore-path ./.gitignore ./",
"lint:prettier": "prettier --check --ignore-path ./.gitignore ./",
"lint:typescript": "tsc",
"start": "next start"
"start": "next start",
"export": "next build && next export"
},
"husky": {
"hooks": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment