소스 검색

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