Skip to content

Commit

Permalink
Added prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jan 10, 2025
1 parent 58c0b4f commit e1bc3fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# Build types library
cd types
npm install
npm run sync-ce
cd ..

# Build backend
cd backend
npm install
cd ..

# Build frontend
cd frontend
npm install
cd ..

0 comments on commit e1bc3fc

Please sign in to comment.