mirror of https://github.com/twbs/bootstrap.git
Switch to using NPM lock files.
This commit is contained in:
parent
d35020cee8
commit
bde16528d2
|
@ -12,7 +12,6 @@ before_install:
|
|||
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
|
||||
install:
|
||||
- bundle install --deployment --jobs=3 --retry=3
|
||||
- cp build/npm-shrinkwrap.json ./
|
||||
- npm install
|
||||
script:
|
||||
- npm test
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -46,7 +46,6 @@
|
|||
"docs-github": "shx echo 'github: true' > $npm_config_tmp/twbsconfig.yml && npm run docs-compile -- --config _config.yml,$npm_config_tmp/twbsconfig.yml && shx rm $npm_config_tmp/twbsconfig.yml",
|
||||
"docs-upload-preview": "build/upload-preview.sh",
|
||||
"maintenance-dependencies": "ncu -a -x jquery && bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/*, bower.json and .travis.yml'",
|
||||
"maintenance-shrinkwrap": "npm shrinkwrap --dev && shx mv npm-shrinkwrap.json build/npm-shrinkwrap.json",
|
||||
"release-version": "node build/change-version.js",
|
||||
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
|
||||
"dist": "npm-run-all --parallel css js css-docs",
|
||||
|
|
Loading…
Reference in New Issue