Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Nov 5, 2021
1 parent b59741e commit e8deb3d
Show file tree
Hide file tree
Showing 7 changed files with 3,516 additions and 2,841 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ migrate:
.PHONY: dump
dump:
bash db/dump

# -----------------------------------------------------------------------------

.PHONY: upgrade
upgrade:
cd lib && npm run up
cd client && npm run up
cd server && npm run up
Loading

0 comments on commit e8deb3d

Please sign in to comment.