Skip to content

Commit 2c29cdd

Browse files
committed
Execute genversion via npx
1 parent ba069fb commit 2c29cdd

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
@@ -21,7 +21,7 @@
2121
"start": "instant-markdown-d",
2222
"test": "cat tests/test_math.md | instant-markdown-d --mathjax --debug",
2323
"stop": "curl -X DELETE -s -w 'status: %{http_code}' -m 3 localhost:8090",
24-
"prepare": "genversion ./src/version.js"
24+
"prepare": "npx genversion ./src/version.js"
2525
},
2626
"dependencies": {
2727
"highlight.js": "^11.8.0",

0 commit comments

Comments
 (0)