ソースを参照

:bug: trying webpack fix for drone build errors

tags/0.9.0
J 4年前
コミット
e5eb3d1418
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml ファイルの表示

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

読み込み中…
キャンセル
保存