Skip to content

Commit

Permalink
chore: disabled npm run tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Dec 5, 2024
1 parent 73d1417 commit fc82eef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: INSTALLING DEPENDENCIES
run: |
npm install
npm run tsc
- name: BUILD
run: |
export NODE_OPTIONS="--max-old-space-size=8120"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: INSTALLING DEPENDENCIES
run: |
npm install
npm run tsc
- name: CHECKER MEMORY
run: |
npm run check-memory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: INSTALLING DEPENDENCIES
run: |
npm install
npm run tsc
- name: BUILD
run: |
export NODE_OPTIONS="--max-old-space-size=8120"
Expand Down

0 comments on commit fc82eef

Please sign in to comment.