Skip to content

Commit e980b20

Browse files
committed
add mising craco conf and env
1 parent 2e42caf commit e980b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/stores_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stores_build() {
2020
cd dist/ && zip -r ../extension.zip * -x "*.DS_Store" && cd ..
2121

2222
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"
23+
zip -r source_code.zip 'public/' 'script/' 'src' 'LICENSE' 'package.json' 'yarn.lock' 'README.md' 'craco.config.js' '.env' -x "*.DS_Store"
2424
}
2525

2626
stores_build

0 commit comments

Comments
 (0)