Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Nov 11, 2020
1 parent c0e64b5 commit f33dd88
Showing 1 changed file 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 @@ -4,7 +4,7 @@
"lint": "eslint source/*.js && stylelint source/*.css",
"lint:fix": "eslint --fix source/*.js && stylelint --fix source/*.css",
"test": "npm run lint && cross-env BABEL_ENV=testing ava && run-s build",
"build": "webpack --mode=production -p",
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"publish:amo": "shipit firefox distribution",
"publish:cws": "shipit chrome distribution",
Expand Down

0 comments on commit f33dd88

Please sign in to comment.