Explorar el Código

use npx to launch rollup

Gildas hace 4 años
padre
commit
4fbe233f6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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