ソースを参照

fix(misc) update update-ljm script commit message

j8
Saúl Ibarra Corretgé 4年前
コミット
35bea1a1d0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      resources/update-ljm.sh

+ 1
- 1
resources/update-ljm.sh ファイルの表示

9
 
9
 
10
 npm install github:jitsi/lib-jitsi-meet#${LATEST_LJM_COMMIT}
10
 npm install github:jitsi/lib-jitsi-meet#${LATEST_LJM_COMMIT}
11
 git add package.json package-lock.json
11
 git add package.json package-lock.json
12
-git commit -m "deps: lib-jitsi-meet@latest"
12
+git commit -m "chore(deps) lib-jitsi-meet@latest"
13
 
13
 
14
 popd
14
 popd
15
 
15
 

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