1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-04-07 21:18:42 +02:00

Remove old static folder from plugin package

This commit is contained in:
Harrison Healey 2022-09-09 14:58:39 -04:00
parent f261038936
commit 60ab79309e

View File

@ -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)