Skip to content

Commit 1e0e8e0

Browse files
Fixing ELIFECYCLE error
1 parent 8ce2b9a commit 1e0e8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pages:
2020
stage: deploy
2121
script:
2222
- rm -rf node_modules
23-
- npm cache clean
23+
- npm cache clean --force
2424
- rm package-lock.json
2525
- npm install # Install all dependencies
2626
- npm run-script build # Build for prod

0 commit comments

Comments
 (0)