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

Carregando…
Cancelar
Salvar