Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmoody committed Jul 23, 2021
1 parent c22bf78 commit 40ee615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"license": "apache-2.0",
"scripts": {
"start": "rm -rf ./extension/dist && webpack --mode 'development' --watch --devtool 'cheap-module-source-map'",
"build": "rm -rf ./extension/dist && webpack --mode 'production' && yarn package",
"build": "rm -rf ./extension/dist && webpack --mode 'production' && yarn package && yarn zip",
"lint": "npx eslint . --ext .tsx,.ts --fix",
"zip": "zip -vr firefox.zip ./ -x 'node_modules/*' 'web-ext-artifacts/*'",
"package": "web-ext build --source-dir ./extension --overwrite-dest",
"firefox:run": "web-ext run --source-dir ./extension"
"firefox": "web-ext run --source-dir ./extension"
},
"prettier": "prettier-config-rossmoody",
"eslintConfig": {
Expand Down

0 comments on commit 40ee615

Please sign in to comment.