Skip to content

Commit

Permalink
local tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Apr 29, 2024
1 parent 6160302 commit 8dc7eb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ jobs:
shell: bash
run: |
echo "$(./node_modules/.bin/tsc --version)"
echo "$(./packages/functions/node_modules/.bin/tsc --version)"
npm run build:common
npm run build:functions
cd packages/functions
rimraf dist
./packages/functions/node_modules/.bin/tsc -p tsconfig.build.json
# npm run build:functions
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1
id: fa
Expand Down

0 comments on commit 8dc7eb4

Please sign in to comment.