Skip to content

Commit

Permalink
build min file
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Dec 23, 2021
1 parent d00ac00 commit 6155368
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "esbuild --bundle --minify --format=esm --sourcemap tags.js --outfile=tags.min.js",
"start": "npm run build -- --servedir=.",
"watch": "npm run build -- --watch",
"bump": "npm run build && npm version patch"
"bump": "npm run build && git add -A && git commit -m \"build min file\" && npm version patch"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6155368

Please sign in to comment.