Skip to content

Commit

Permalink
fix: analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Jul 23, 2024
1 parent b695e13 commit cf37267
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
run: |
npm install
npx prettier --check "**/*.{graphql,yml,json,md,sh,ts,tsx,js}"
cd ./publish-externals
npm run generate
cd ..
# Commenting out as release is blocked due to this
# cd ./publish-externals
# npm run generate
# cd ..
npm run typecheck
npm run build

Expand Down

0 comments on commit cf37267

Please sign in to comment.