mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: test when release
This commit is contained in:
parent
2b86291ecd
commit
35f7fde7c5
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -5,6 +5,9 @@ build:
|
|||
rm -rf dist
|
||||
yarn build
|
||||
|
||||
test:
|
||||
yarn test
|
||||
|
||||
upload-for-analytics:
|
||||
# make sure sentry can retrieve current commit on remote
|
||||
git push --tags
|
||||
|
|
@ -22,6 +25,7 @@ rename-compressed:
|
|||
|
||||
release:
|
||||
$(MAKE) build
|
||||
$(MAKE) test
|
||||
$(MAKE) upload-for-analytics
|
||||
$(MAKE) compress
|
||||
$(MAKE) rename-compressed
|
||||
|
|
|
|||
Loading…
Reference in a new issue