-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from wareneutron/v4
🚀 RELEASE: v4 Update
- Loading branch information
Showing
58 changed files
with
2,870 additions
and
4,881 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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
version: 2.1 | ||
version: '2.1' | ||
orbs: | ||
node: circleci/node@1.1.6 | ||
node: circleci/node@4.2.1 | ||
jobs: | ||
build-and-test: | ||
executor: | ||
name: node/default | ||
steps: | ||
- checkout | ||
- node/with-cache: | ||
steps: | ||
- run: npm install | ||
workflows: | ||
build-and-test: | ||
jobs: | ||
- build-and-test | ||
docker: | ||
- image: 'cimg/base:stable' | ||
steps: | ||
- checkout | ||
- node/install: | ||
install-yarn: true | ||
- run: yarn install | ||
- run: yarn build | ||
workflows: | ||
setup: | ||
jobs: | ||
- build-and-test |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[*] | ||
indent_style = tabs | ||
indent_size = 4 |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# These are supported funding model platforms | ||
# Support COVID-19 Tracker & CLI by using the funding links below | ||
# Created by Waren Gonzaga, developed and maintained by Wareneutron Developers | ||
|
||
custom: ['https://warengonza.ga/coffee4dev','https://paypal.me/warengonzagaofficial'] | ||
open_collective: covid19-tracker-cli | ||
custom: ['https://wareneutron/donate'] | ||
|
||
# Your donation means a lot to me to continue the development of open source project like this. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
node_modules | ||
debug.log | ||
dist/ | ||
.log | ||
.now | ||
.DS_Store | ||
.now | ||
.env |
Oops, something went wrong.
164a56a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: