mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
ui: Fixing issues with embed-markdown-loader deps
This commit is contained in:
parent
e473e7a108
commit
9195f5922a
@ -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:
|
||||
|
2337
ui/webpack/embed-markdown-loader/yarn.lock
Normal file
2337
ui/webpack/embed-markdown-loader/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user