Skip to content

Commit

Permalink
chore: remove punycode dev deps (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
witter-deland authored Dec 17, 2024
1 parent 19c0a3a commit cc0977d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"husky": "^9.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"punycode": "^1.4.1",
"turbo": "^2.0.9",
"typescript": "^5.4.5",
"vite": "^6.0.3",
Expand Down
12 changes: 12 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
npm run dev:sdk &
npm run build:sdk &
npm run test:coin-kaspa &
npm run build:coin-kaspa &
npm run build:coin-ethereum &
npm run build:coin-ton &
npm run build:coin-dfinity &
npm run build:coin-solana &
npm run build:coin-tron &
npm run build:all &
npm run test:all &
npm run prepare &

0 comments on commit cc0977d

Please sign in to comment.