Explorar el Código

fix the step to remove slackbot-proxy

Yuki Takei hace 3 años
padre
commit
d329c110ed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/reusable-app-prod.yml

+ 1 - 0
.github/workflows/reusable-app-prod.yml

@@ -49,6 +49,7 @@ jobs:
     - name: Remove unnecessary packages
       run: |
         rm -rf packages/slackbot-proxy
+        rm "node_modules/@growi/slackbot-proxy"
 
     - name: Build
       run: |