Parcourir la source

:bug: trying webpack fix for drone build errors

tags/0.9.0
J il y a 4 ans
Parent
révision
e5eb3d1418
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer