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
3c3ed3ff
Unverified
Commit
3c3ed3ff
authored
6 years ago
by
XhmikosR
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add a `netlify` npm script. (#28552)
parent
6672aea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-0
package.json
with
1 addition
and
0 deletions
+1
-0
package.json
+
1
-
0
View file @
3c3ed3ff
...
...
@@ -82,6 +82,7 @@
"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"
,
"netlify"
:
"npm run dist && npm run release-sri && npm run docs-production"
,
"watch"
:
"npm-run-all --parallel watch-*"
,
"watch-css-main"
:
"nodemon --watch scss/ --ext scss --exec
\"
npm run css-main
\"
"
,
"watch-css-docs"
:
"nodemon --watch
\"
site/static/**/assets/scss/
\"
--ext scss --exec
\"
npm run css-docs
\"
"
,
...
...
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