This repository was archived by the owner on Apr 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1515 npm install npm@latest --no-save &&
1616 sudo rm -rf /usr/local/lib/node_modules/npm &&
1717 sudo mv node_modules/npm /usr/local/lib/node_modules/npm
18- - run :
19- name : Install greenkeeper-lockfile
20- command : sudo npm install -g greenkeeper-lockfile@1
2118 - restore_cache :
2219 key : dependency-cache-{{ checksum "package.json" }}
2320 - run :
3330 - run :
3431 name : Test
3532 command : npm test
36- - run :
37- name : Update lockfile
38- command : greenkeeper-lockfile-update
39- - run :
40- name : Upload lockfile
41- command : greenkeeper-lockfile-upload
4233 - deploy :
4334 name : Publish
4435 command : |
Original file line number Diff line number Diff line change 1- # html-webpack-externals-plugin [ ![ CircleCI] ( https://circleci.com/gh/mmiller42/html-webpack-externals-plugin.svg?style=svg )] ( https://circleci.com/gh/mmiller42/html-webpack-externals-plugin ) [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/mmiller42/html-webpack-externals-plugin.svg )] ( https://greenkeeper.io/ )
1+ # html-webpack-externals-plugin [ ![ CircleCI] ( https://circleci.com/gh/mmiller42/html-webpack-externals-plugin.svg?style=svg )] ( https://circleci.com/gh/mmiller42/html-webpack-externals-plugin )
22
33Webpack plugin that works alongside [ ` html-webpack-plugin ` ] ( https://github.com/jantimon/html-webpack-plugin ) to use pre-packaged vendor bundles.
44
You can’t perform that action at this time.
0 commit comments