Fix example exclusion
This commit is contained in:
parent
341addb283
commit
9e262d2a07
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ cp "./scripts/manifests/firefox.json" "./src/manifest.json" || exit
|
|||
cd src || exit
|
||||
zip -r -FS "../build/$EXTENSION_NAME.xpi" ./* -x "tests/*" -x "**/tests/*" \
|
||||
-x "docs/*" -x "**/docs/*" \
|
||||
-x "example/*" -x "**/example/*" -x "**/*.example" \
|
||||
-x "examples/*" -x "**/examples/*" -x "**/*.example" \
|
||||
-x "**/README.md" -x "**/CONTRIBUTING.md" -x "**/manifest.json" \
|
||||
-x "**/.git" -x "**/.gitignore" -x "**/.gitmodules" -x "**/.eslintrc" \
|
||||
-x "**/.editorconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue