Browse Source

use npx to launch rollup

Gildas 4 năm trước cách đây
mục cha
commit
4fbe233f6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build-extension.sh

+ 1 - 1
build-extension.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
-rollup -c rollup.config.js
+npx rollup -c rollup.config.js
 
 rm singlefile-extension-firefox.zip singlefile-extension-chromium.zip singlefile-extension-edge.zip
 cp manifest.json manifest.copy.json