Skip to content

Commit

Permalink
perf: minify distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 21, 2021
1 parent 47a653c commit b90e1a5
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 @@ -23,7 +23,7 @@
"main": "dist/tweet-camera.js",
"bin": "bin/snap-tweet.js",
"scripts": {
"build": "rm -rf dist && tsup src --dts --external '../package.json'",
"build": "rm -rf dist && tsup src --dts --minify --external '../package.json'",
"dev": "esno src/cli.ts",
"lint": "eslint ."
},
Expand Down

0 comments on commit b90e1a5

Please sign in to comment.