Skip to content

Commit

Permalink
Execute genversion via npx
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Sep 30, 2023
1 parent 51c260c commit 4e4d222
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 @@ -21,7 +21,7 @@
"start": "instant-markdown-d",
"test": "cat tests/test_math.md | instant-markdown-d --mathjax --debug",
"stop": "curl -X DELETE -s -w 'status: %{http_code}' -m 3 localhost:8090",
"prepare": "genversion ./src/version.js"
"prepare": "npx genversion ./src/version.js"
},
"dependencies": {
"highlight.js": "^11.8.0",
Expand Down

0 comments on commit 4e4d222

Please sign in to comment.