Skip to content

Commit 3f0f3e4

Browse files
committed
Use npx instead of npm install for testing
1 parent 907fed4 commit 3f0f3e4

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
@@ -20,7 +20,7 @@
2020
"types": "types/index.d.ts",
2121
"scripts": {
2222
"build": "tsc",
23-
"test": "tsc & npm install -g & hmd2html -s ./example",
23+
"test": "tsc & npx hmd2html -s ./example",
2424
"lint": "eslint lib/**"
2525
},
2626
"author": "Kashiwa",

0 commit comments

Comments
 (0)