Kaynağa Gözat

update script

Gildas 3 yıl önce
ebeveyn
işleme
0cf692adf8
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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