Skip to content

Commit

Permalink
typescipt install
Browse files Browse the repository at this point in the history
  • Loading branch information
TheExpandingPolytope committed Sep 19, 2023
1 parent 9793fd2 commit e63cd06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ jobs:

- name: yarn run build
working-directory: front
run: yarn run build
run: |
npm install -g typescript
yarn run build

# Check if the /front/dist folder exists and remove it if it does
- name: Check and remove /front/dist folder if it exists
Expand Down

0 comments on commit e63cd06

Please sign in to comment.