Skip to content

Commit

Permalink
fix: added system files to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dereekb committed Nov 4, 2022
1 parent 6c432c3 commit 2251546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/setup-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,10 @@ download_firebase_ts_file "src/lib/model/example/example.query.ts"
download_firebase_ts_file "src/lib/model/example/example.ts"
download_firebase_ts_file "src/lib/model/example/index.ts"

mkdir $FIREBASE_COMPONENTS_FOLDER/src/lib/model/system
download_firebase_ts_file "src/lib/model/system/system.ts"
download_firebase_ts_file "src/lib/model/system/index.ts"

git add --all
git commit --no-verify -m "checkpoint: setup api components"

Expand Down

0 comments on commit 2251546

Please sign in to comment.