Skip to content

Commit

Permalink
feat: Move to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 1, 2021
1 parent 9c4fbf4 commit cf64c1b
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 23 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CD Env
on:
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -24,9 +24,6 @@ jobs:
- name: Download dependencies
run: npm install

- name: Run the tests inside project
run: npm run test

- name: Transpile typescript to javascript
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Env
on:
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ console.log(dbPortCasted) // 5432
const dbDebugCasted = Env({ name: 'DB_DEBUG', type: 'boolean' }, false)
console.log(dbDebugCasted) // false
```

---

Made with 🖤 by [jlenon7](https://github.com/jlenon7) :wave:
84 changes: 68 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/env",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",
"author": "João Lenon",
"repository": "https://github.com/SecJS/Env.git",
Expand All @@ -23,7 +23,7 @@
"dotenv": "10.0.0"
},
"devDependencies": {
"@secjs/logger": "1.1.3",
"@secjs/logger": "1.1.4",
"@types/debug": "4.1.7",
"@types/jest": "27.0.1",
"@types/supertest": "2.0.11",
Expand Down

0 comments on commit cf64c1b

Please sign in to comment.