Ver código fonte

:bug: trying webpack fix for drone build errors

tags/0.9.0
J 4 anos atrás
pai
commit
e5eb3d1418
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml Ver arquivo

@@ -35,6 +35,8 @@ steps:
35 35
   - npx browserslist@latest --update-db
36 36
   - npm run build
37 37
   - ls ./build
38
+  environment:
39
+    NODE_OPTIONS: --openssl-legacy-provider
38 40
   volumes:
39 41
     # Link node_modules cache from host filesystem into container at the expected location
40 42
     - name: node_cache

Carregando…
Cancelar
Salvar