Sfoglia il codice sorgente

:bug: trying webpack fix for drone build errors

tags/0.9.0
J 4 anni fa
parent
commit
e5eb3d1418
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml Vedi File

@@ -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

Loading…
Annulla
Salva