We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6479bb4 commit a62b5cbCopy full SHA for a62b5cb
package.json
@@ -37,7 +37,7 @@
37
"benchmark-deps": "npm install --prefix benchmark/extra/ -g [email protected] [email protected] markdown-it/markdown-it.git#2.2.1",
38
"specsplit": "support/specsplit.mjs good -o test/fixtures/commonmark/good.txt && support/specsplit.mjs bad -o test/fixtures/commonmark/bad.txt && support/specsplit.mjs",
39
"todo": "grep 'TODO' -n -r ./lib 2>/dev/null",
40
- "prepublishOnly": "build"
+ "prepublishOnly": "npm run build"
41
},
42
"files": [
43
"index.mjs",
0 commit comments