Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user-guide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
OX App Suite
Core
user-guide
Commits
2d9de3bf
Commit
2d9de3bf
authored
1 year ago
by
alexander.quast
Browse files
Options
Downloads
Patches
Plain Diff
Using npx for link-checker
parent
9d08b445
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
package.json
+2
-3
2 additions, 3 deletions
package.json
yarn.lock
+590
-997
590 additions, 997 deletions
yarn.lock
with
593 additions
and
1000 deletions
.gitlab-ci.yml
+
1
−
0
View file @
2d9de3bf
...
@@ -3,6 +3,7 @@ include:
...
@@ -3,6 +3,7 @@ include:
file
:
nodejs.yml
file
:
nodejs.yml
check help consistency
:
check help consistency
:
extends
:
.unit tests
stage
:
test
stage
:
test
script
:
yarn check-links
script
:
yarn check-links
...
...
This diff is collapsed.
Click to expand it.
package.json
+
2
−
3
View file @
2d9de3bf
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"description"
:
"App Suite UI Help"
,
"description"
:
"App Suite UI Help"
,
"license"
:
"AGPL-3.0-or-later"
,
"license"
:
"AGPL-3.0-or-later"
,
"scripts"
:
{
"scripts"
:
{
"check-links"
:
"
yarn
link-checker help/ --disable-external"
,
"check-links"
:
"
npx --yes
link-checker help/ --disable-external"
,
"test"
:
"echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true"
"test"
:
"echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true"
},
},
"dependencies"
:
{
"dependencies"
:
{
...
@@ -24,7 +24,6 @@
...
@@ -24,7 +24,6 @@
"grunt-newer"
:
"^1.3.0"
,
"grunt-newer"
:
"^1.3.0"
,
"grunt-require-gettext"
:
"^0.8.1"
,
"grunt-require-gettext"
:
"^0.8.1"
,
"open-xchange-shared-grunt-config"
:
"^0.15.0-pre3"
,
"open-xchange-shared-grunt-config"
:
"^0.15.0-pre3"
,
"underscore"
:
"^1.8.3"
,
"underscore"
:
"^1.8.3"
"link-checker"
:
"^1.4.2"
}
}
}
}
This diff is collapsed.
Click to expand it.
yarn.lock
+
590
−
997
View file @
2d9de3bf
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment