Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Update build script and create new release zips.
Browse files Browse the repository at this point in the history
  • Loading branch information
anaclumos committed Feb 20, 2023
1 parent a6dd843 commit 349c29c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "$npm_execpath run clean && webpack --config webpack/webpack.chrome.js & webpack --config webpack/webpack.firefox.js",
"build": "$npm_execpath run clean && webpack --config webpack/webpack.chrome.js && webpack --config webpack/webpack.firefox.js",
"clean": "rimraf release",
"test": "npx jest",
"style": "prettier --write \"**/*.{ts,tsx,json,js,jsx,css,scss,html,md}\"",
Expand Down
Binary file modified release/chrome.zip
Binary file not shown.
Binary file modified release/firefox.zip
Binary file not shown.

0 comments on commit 349c29c

Please sign in to comment.