Skip to content

Commit

Permalink
#48 update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin2lee committed Feb 25, 2021
1 parent 1a833ff commit 37831f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ s3_secret_key=secret_key

clean:
rm -rf $(current_dir)/target
rm -rf $(current_dir)/taskman-core/target
rm -rf $(current_dir)/taskman-ui/dist

.PHONY:build
Expand All @@ -28,7 +29,7 @@ package:
cd taskman-ui && cnpm install && npm run plugin
cd taskman-ui && zip -r ui.zip dist/* && mv ui.zip ../package/ui.zip

cp src/main/resources/database/init.sql package/init.sql
cp taskman-core/src/main/resources/database/init.sql package/init.sql

git checkout -- .
sh build/build_plugin_xml.sh $(version)
Expand Down

0 comments on commit 37831f1

Please sign in to comment.