Skip to content

Commit 44fe642

Browse files
authored
Merge pull request #116 from microlinkhq/build
build: fix install cli's
2 parents 3ab6e5a + 68c78a2 commit 44fe642

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
@@ -59,7 +59,7 @@
5959
],
6060
"scripts": {
6161
"clean": "rm -rf node_modules",
62-
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
62+
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
6363
"coverage": "nyc report --reporter=text-lcov | npx coveralls",
6464
"lint": "standard-markdown README.md && standard",
6565
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",

0 commit comments

Comments
 (0)