Skip to content

Commit

Permalink
chore: ignore xpi files when packaging source files
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Jul 16, 2022
1 parent af75e1e commit 952e276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build:dev:firefox": "REACT_APP_DEBUG=true npm run build:firefox",
"package": "web-ext build --source-dir=dist/web-ext --artifacts-dir=. --overwrite-dest",
"package:dev": "cd dist/web-ext && zip -r -FS ../../youtube_viewer-dev.zip *",
"package:source": "zip -r -FS youtube_viewer-source.zip * .env -x .env.* dist\\* node_modules\\* v6.x\\* old\\* screenshots\\* web-ext-artifacts\\* *.zip",
"package:source": "zip -r -FS youtube_viewer-source.zip * .env -x .env.* dist\\* node_modules\\* v6.x\\* old\\* screenshots\\* web-ext-artifacts\\* *.zip *.xpi",
"build:github": "BUILD_PATH='./dist/github' PUBLIC_URL=/youtube-viewer/ react-scripts build && cp dist/github/index.html dist/github/404.html",
"deploy:github": "gh-pages -d dist/github",
"sign": "node ./scripts/sign-addon.js",
Expand Down

0 comments on commit 952e276

Please sign in to comment.