Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
(ci/gitlab): Run npm run clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Oct 10, 2023
1 parent 504442f commit 542b3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pages:
stage: build
script:
- pnpm install
- npm run clean # temporarily clean up old files
# Pass --prefix-paths to gatsby build
- NODE_OPTIONS=--max-old-space-size=4096 npm run build -- --prefix-paths --verbose --no-color
artifacts:
Expand Down

0 comments on commit 542b3fd

Please sign in to comment.