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)