Browse Source

update script

Gildas 3 năm trước cách đây
mục cha
commit
0cf692adf8
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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