We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f71860 + 003d3c6 commit 2eaeffcCopy full SHA for 2eaeffc
applications/pass-extension/tools/build-all.sh
@@ -137,6 +137,11 @@ function bundle_extension_from_sources {
137
RELEASE=true yarn run build:extension:ff >/dev/null
138
cd dist
139
zip -rqX "$ARTEFACTSDIR/release/$BUILD_ID-FF.zip" "."
140
+
141
+ # Remove config lock to not affect chromium builds
142
+ cd ..
143
+ yarn run config:clean >/dev/null
144
145
on_leave "release/$BUILD_ID-FF.zip"
146
}
147
0 commit comments