Skip to content

Commit

Permalink
NOSTORY: AnalyzeMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Hlushchenko committed Jan 31, 2025
1 parent 5e453a9 commit fa33f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analyzeMethods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,17 @@ jobs:
- name: Upgrade npm
run: npm install -g npm@x

- name: Install typescript
run: npm install typescript --save-dev

- name: Analysis
working-directory: ./misc
env:
PATH_TO_PACKAGES: ../packages
PATH_TO_JS_API: ../js-api
run: |
ls ../packages
ls ../js-api
npx tsc --init
echo "$PATH_TO_JS_API"
echo "$PATH_TO_PACKAGES"
Expand Down

0 comments on commit fa33f23

Please sign in to comment.