浏览代码

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