You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pushd dist/chrome && zip -r ../../packages/chrome.zip . && popd
16
+
17
+
# create new package for Chrome (still needs to be done, because the changes replace-in-file-webpack-plugin does are not present in the generated package)
18
+
pushd dist/chrome && zip -r ../../packages/chrome.zip .&&popd||exit 1
17
19
18
20
# switch back to the correct version number format again
19
21
sed -i -e 's/"version": "20/"version": "/g' package.json ||exit 1
0 commit comments