Skip to content

Commit 20d1022

Browse files
authored
Apply suggestion from ckohen
1 parent 337b6e9 commit 20d1022

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
@@ -29,7 +29,7 @@
2929
"test:tables": "npx markdown-table-formatter \"docs/**/*.{md,mdx}\" --check",
3030
"fix:tables": "npx markdown-table-formatter \"docs/**/*.{md,mdx}\"",
3131
"decorate:docs": "node tools/doxygen/generate-social-sdk-mapping.js && node tools/doxygen/decorate-social-sdk-references.js",
32-
"prepare": "npx is-ci || npx husky"
32+
"prepare": "is-ci || husky"
3333
},
3434
"devDependencies": {
3535
"@actions/core": "^1.10.1",

0 commit comments

Comments
 (0)