We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e42caf commit e980b20Copy full SHA for e980b20
1 file changed
script/stores_build.sh
@@ -20,7 +20,7 @@ stores_build() {
20
cd dist/ && zip -r ../extension.zip * -x "*.DS_Store" && cd ..
21
22
echo 'zipping the source code for Firefox'
23
- zip -r source_code.zip 'public/' 'script/' 'src' 'LICENSE' 'package.json' 'yarn.lock' 'README.md' -x "*.DS_Store"
+ zip -r source_code.zip 'public/' 'script/' 'src' 'LICENSE' 'package.json' 'yarn.lock' 'README.md' 'craco.config.js' '.env' -x "*.DS_Store"
24
}
25
26
stores_build
0 commit comments