Skip to content

Commit

Permalink
packageProd script for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
R-J Lim committed Jan 29, 2023
1 parent 039948e commit 2b58a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "0.1.0",
"scripts": {
"buildDev": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.config.js --mode development",
"buildProd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.config.js --mode production"
"buildProd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack.config.js --mode production",
"packageProd": "yarn buildProd && zip asbplayer-extension-$(jq -r .version src/manifest.json).zip -r dist"
},
"dependencies": {
"@fontsource/roboto": "^4.5.0",
Expand Down

0 comments on commit 2b58a29

Please sign in to comment.