Skip to content

Commit

Permalink
add temporary crutch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bender101 committed Nov 1, 2023
1 parent e10563f commit 4953457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{matrix.node-version}}

- name: Install modules
run: npm install
run: npm install --force #удалить форс после миграции на 18реакт и рефакторинга
- name: Prod build
run: npm run build:prod
- name: lint ts
Expand Down

0 comments on commit 4953457

Please sign in to comment.