Compare commits

...

1 Commits

Author SHA1 Message Date
jiannibang 6f4a91e26c fix: unset CI 3 years ago
  1. 1
      .drone.yml

1
.drone.yml

@ -100,6 +100,7 @@ steps:
- npm install
- cd ../../
- npm install
- unset CI
- npm run build
when:
branch:

Loading…
Cancel
Save