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
fda35d14
Commit
fda35d14
authored
5 years ago
by
XhmikosR
Committed by
Mark Otto
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Run bundlesize separately.
parent
a12466ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/test.yml
+6
-0
.github/workflows/test.yml
package.json
+1
-1
package.json
with
7 additions
and
1 deletion
+7
-1
.github/workflows/test.yml
+
6
-
0
View file @
fda35d14
...
...
@@ -30,6 +30,12 @@ jobs:
-
name
:
Run tests
run
:
npm test
-
name
:
Run bundlesize
run
:
npm run bundlesize
if
:
matrix.node == 10 && github.repository == 'twbs/bootstrap'
env
:
BUNDLESIZE_GITHUB_TOKEN
:
"
${{
secrets.BUNDLESIZE_GITHUB_TOKEN
}}"
-
name
:
Run BrowserStack tests
run
:
npm run js-test-cloud
if
:
matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
-
1
View file @
fda35d14
...
...
@@ -80,7 +80,7 @@
"release-version"
:
"node build/change-version.js"
,
"release-zip"
:
"cross-env-shell
\"
shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist
\"
"
,
"dist"
:
"npm-run-all --parallel css js"
,
"test"
:
"npm-run-all lint dist js-test docs-build docs-lint
bundlesize
"
,
"test"
:
"npm-run-all lint dist js-test docs-build docs-lint"
,
"netlify"
:
"npm-run-all dist release-sri docs-production"
,
"watch"
:
"npm-run-all --parallel watch-*"
,
"watch-css-main"
:
"nodemon --watch scss/ --ext scss --exec
\"
npm run css-main
\"
"
,
...
...
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