ui: Fixing issues with embed-markdown-loader deps

This commit is contained in:
Tom Gallacher 2016-11-01 13:57:34 +00:00
parent e473e7a108
commit 9195f5922a
2 changed files with 2339 additions and 2 deletions

View File

@ -20,8 +20,7 @@ test-ci:
.PHONY: install-embed-markdown-loader
install-embed-markdown-loader:
cd webpack/embed-markdown-loader
yarn install --prefer-offline
cd webpack/embed-markdown-loader && yarn install --prefer-offline
.PHONY: install
install: install-embed-markdown-loader
@ -49,6 +48,7 @@ push:
.PHONY: clean
clean:
@rm -rf node_modules
@rm -rf webpack/embed-markdown-loader/node_modules
.PHONY: lint
lint:

File diff suppressed because it is too large Load Diff