Skip to content

Commit

Permalink
Update package.json (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored May 26, 2023
1 parent ed03684 commit 965c507
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 @@ -8,7 +8,7 @@
"lint": "eslint src __test__",
"test": "npm run lint && jest",
"test-watch": "jest --watch",
"clean": "rimraf dist -f",
"clean": "rimraf dist",
"build:minified": "cross-env NODE_ENV=production MINIFY=true webpack --progress --colors",
"build:unminified": "cross-env NODE_ENV=production webpack --progress --colors",
"build": "npm run build:minified && npm run build:unminified",
Expand Down

0 comments on commit 965c507

Please sign in to comment.