Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
周炽键 2021-06-02 19:21:11 +08:00
parent 8975d3728f
commit cadf5dc2ef
1 changed files with 0 additions and 4 deletions

View File

@ -20,12 +20,8 @@ steps:
- name: build
image: node:12.16.1
commands:
- ls -l | grep node_modules
- cd node_modules
- ls -l
- yarn
- yarn build:prod
- docker -v
- name: rebuild-modules
image: drillster/drone-volume-cache