Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
5c5b15a0
Unverified
Commit
5c5b15a0
authored
5 years ago
by
XhmikosR
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
update-deps: remove `jquery` exclude. (#28659)
parent
07e21dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
package.json
with
1 addition
and
1 deletion
+1
-1
package.json
+
1
-
1
View file @
5c5b15a0
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
"predocs-serve"
:
"npm-run-all css-copy js-copy"
,
"predocs-serve"
:
"npm-run-all css-copy js-copy"
,
"docs-serve"
:
"hugo server --port 9001 --disableFastRender"
,
"docs-serve"
:
"hugo server --port 9001 --disableFastRender"
,
"docs-serve-only"
:
"http-server _gh_pages -p 9001 -a localhost"
,
"docs-serve-only"
:
"http-server _gh_pages -p 9001 -a localhost"
,
"update-deps"
:
"ncu -a -x
jquery -x
bundlesize && npm update && cross-env-shell echo Manually update
\\\"
site/static/docs/$npm_package_version_short/assets/js/vendor/
\\\"
"
,
"update-deps"
:
"ncu -a -x bundlesize && npm update && cross-env-shell echo Manually update
\\\"
site/static/docs/$npm_package_version_short/assets/js/vendor/
\\\"
"
,
"release"
:
"npm-run-all dist release-sri release-zip docs-production"
,
"release"
:
"npm-run-all dist release-sri release-zip docs-production"
,
"release-sri"
:
"node build/generate-sri.js"
,
"release-sri"
:
"node build/generate-sri.js"
,
"release-version"
:
"node build/change-version.js"
,
"release-version"
:
"node build/change-version.js"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment