diff --git a/package.json b/package.json index 68dbb95..ca7f075 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..ae95682 --- /dev/null +++ b/test.sh @@ -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 & \ No newline at end of file