ソースを参照

update script

Gildas 3 年 前
コミット
0cf692adf8
1 ファイル変更5 行追加0 行削除
  1. 5 0
      build-extension.sh

+ 5 - 0
build-extension.sh

@@ -1,5 +1,10 @@
 #!/bin/sh
 
+sudo apt install zip jq
+
+npm install
+npm update
+
 npx rollup -c rollup.config.js
 
 cp package.json package.copy.json