Commit 0b0d22eb authored by 李红林's avatar 李红林

Update .gitlab-ci.yml

parent 8959c1f4
Pipeline #48849 passed with stages
in 2 minutes 43 seconds
...@@ -18,8 +18,8 @@ install: ...@@ -18,8 +18,8 @@ install:
script: script:
- git stash - git stash
- git pull origin master - git pull origin master
- git rm -rf "node_modules/" - git rm -rf ./package-lock.json
- git commit -m "chore: clear folder" - git rm -rf ./node_modules/
- npm cache clean -f - npm cache clean -f
- npm run init - npm run init
cache: cache:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment