-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/implement-glowing-cursor-effect'…
… into implement-glowing-cursor-effect
- Loading branch information
Showing
36 changed files
with
678 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ runs: | |
cache: npm | ||
cache-dependency-path: package-lock.json | ||
|
||
- name: Install and set up firebase-tools | ||
- name: Install and set up vercel & firebase-tools | ||
shell: bash | ||
run: | | ||
npm -g install [email protected] && \ | ||
npm -g install [email protected] [email protected] && \ | ||
firebase setup:emulators:firestore && \ | ||
firebase setup:emulators:storage && \ | ||
firebase setup:emulators:ui | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.