Skip to content

Commit 43cb074

Browse files
XhmikosRJustinBeckwith
andauthoredJan 24, 2021
build: remove npm link from docs-test too (#255)
Co-authored-by: Justin Beckwith <beckwith@google.com>
1 parent 1b35af6 commit 43cb074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"fix": "gts fix",
1919
"lint": "gts lint",
2020
"build-binaries": "pkg . --out-path build/binaries",
21-
"docs-test": "npm link && linkinator ./README.md"
21+
"docs-test": "node build/src/cli.js ./README.md"
2222
},
2323
"dependencies": {
2424
"chalk": "^4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.