diff --git a/mattermost-plugin/Makefile b/mattermost-plugin/Makefile index 636c6c1c8..774a687a5 100644 --- a/mattermost-plugin/Makefile +++ b/mattermost-plugin/Makefile @@ -146,7 +146,6 @@ endif ifneq ($(HAS_WEBAPP),) mkdir -p dist/$(PLUGIN_ID)/webapp cp -r webapp/dist dist/$(PLUGIN_ID)/webapp/ - cp -r webapp/dist/static/* dist/$(PLUGIN_ID)/pack/static/ endif cd dist && tar -cvzf $(BUNDLE_NAME) $(PLUGIN_ID)