Skip to content

Commit 0ebfad0

Browse files
authored
[CI] Don't check links on build (#5549)
1 parent c4086f7 commit 0ebfad0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@
7878
"make:public": "make public ls-public",
7979
"netlify-build:preview": "npm run seq -- build:preview diff:check",
8080
"netlify-build:production": "npm run build:production",
81-
"postbuild:preview": "npm run _check:links--warn",
82-
"postbuild:production": "npm run _check:links--warn",
8381
"postget:submodule": "git submodule",
8482
"postnetlify-build:production": "git restore .htmltest.yml && npm run diff:check",
8583
"prebuild:preview": "npm run _prebuild",

0 commit comments

Comments
 (0)