docs: moved verify-links to scripts

This commit is contained in:
Patrik Oldsberg
2020-11-01 13:25:38 +01:00
parent 117c621e96
commit ed3ff8f8e3
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
continue-on-error: true
- name: verify doc links
run: node docs/verify-links.js
run: node scripts/verify-links.js
- name: prettier
run: yarn prettier:check