Skip to content

Commit

Permalink
fix: use version
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jan 14, 2023
1 parent 5367a77 commit fd759b3
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 @@ -86,7 +86,7 @@
"build:docs": "node build-docs.js",
"rollup": "rollup -c rollup.config.js",
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js",
"postversion": "npm run build"
"version": "npm run build && git add ."
},
"engines": {
"node": ">= 12"
Expand Down

1 comment on commit fd759b3

@vercel
Copy link

@vercel vercel bot commented on fd759b3 Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.