Skip to content

Commit

Permalink
update config and test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 committed Aug 21, 2024
1 parent 013ac4a commit ed47215
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 592 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
- feat/example-preid-branch/main
- fix/node_globals

jobs:
e2e:
Expand All @@ -35,4 +35,4 @@ jobs:
# The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern
# if your branch doesn't follow this pattern, you can override it here for your branch.
with:
preid: ${{ needs.parse-preid.outputs.preid }}
preid: baby-fix
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"resolveJsonModule": true,
"target": "es2020",
"module": "es2020",
"types": [ "jest"]
"types": []
},
"exclude": ["node_modules", "dist", ".eslintrc.js", "scripts"]
}
Loading

0 comments on commit ed47215

Please sign in to comment.