template exclude externs from package

This commit is contained in:
2023-06-13 09:17:30 -06:00
parent a81ba4bfd2
commit dd268de68d

View File

@@ -5,4 +5,4 @@
-dce full
--main template.Main
--js bin/main.js
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r template.zip . -x *.git* -x *.hxml -x *.zip -x src/\* -x node_modules/\* -x libs/\* -x test.sh
-cmd cp node_modules/webextension-polyfill/dist/browser-polyfill.js* bin/ && zip -r template.zip . -x *.git* -x *.hxml -x *.zip -x src/\* -x node_modules/\* -x libs/\* -x test.sh -x externs/\*