Skip to content

Commit

Permalink
fix: gh action command
Browse files Browse the repository at this point in the history
  • Loading branch information
anondev2323 committed Oct 13, 2023
1 parent b66dd51 commit 176f8f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkForeignAssetsConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build -w sdk
- run: npm run build --if-present
- run: cd core/tokenRegistry && npx ts-node src/scripts/checkForeignAssetsConfig.ts
37 changes: 15 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 176f8f1

Please sign in to comment.