diff --git a/.drone.yml b/.drone.yml index e5202cc..d020a84 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: commands: - npm install - npm run build - - cp -r dist /build + - cp -r dist/. /build/dist # - ls # - cd dist # - ls