Skip to content

Commit a62b5cb

Browse files
committed
chore: change build command to npm run build
1 parent 6479bb4 commit a62b5cb

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
@@ -37,7 +37,7 @@
3737
"benchmark-deps": "npm install --prefix benchmark/extra/ -g [email protected] [email protected] markdown-it/markdown-it.git#2.2.1",
3838
"specsplit": "support/specsplit.mjs good -o test/fixtures/commonmark/good.txt && support/specsplit.mjs bad -o test/fixtures/commonmark/bad.txt && support/specsplit.mjs",
3939
"todo": "grep 'TODO' -n -r ./lib 2>/dev/null",
40-
"prepublishOnly": "build"
40+
"prepublishOnly": "npm run build"
4141
},
4242
"files": [
4343
"index.mjs",

0 commit comments

Comments
 (0)