Ver Fonte

use npx to launch rollup

Gildas há 4 anos atrás
pai
commit
4fbe233f6a
1 ficheiros alterados com 1 adições e 1 exclusões
  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