Skip to content

Commit 22ac2cf

Browse files
committed
fix: just build in version
1 parent fd759b3 commit 22ac2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"build:docs": "node build-docs.js",
8787
"rollup": "rollup -c rollup.config.js",
8888
"minify": "uglifyjs lib/marked.umd.js -cm --comments /Copyright/ -o marked.min.js",
89-
"version": "npm run build && git add ."
89+
"version": "npm run build"
9090
},
9191
"engines": {
9292
"node": ">= 12"

0 commit comments

Comments
 (0)