From 60ab79309e31927ffc39b52593eb85101b43e8c7 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 9 Sep 2022 14:58:39 -0400 Subject: [PATCH] Remove old static folder from plugin package --- mattermost-plugin/Makefile | 1 - 1 file changed, 1 deletion(-) 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)