Skip to content

Commit b01b46c

Browse files
committed
refactored account package
1 parent 79dc39c commit b01b46c

38 files changed

+1111
-1432
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"build-contracts": "yarn workspace @eil-protocol/contracts build",
1212
"build-sdk": "yarn workspace @eil-protocol/sdk build",
1313
"build-accounts": "yarn workspace @eil-protocol/accounts build",
14-
"build": "yarn build-contracts && yarn build-sdk && yarn build-accounts"
14+
"build": "yarn build-contracts && yarn build-sdk && yarn build-accounts",
15+
"clean": "for p in packages/*; do echo pwd/$p; yarn --cwd $p clean; done"
1516
},
1617
"devDependencies": {
1718
"@typescript/native-preview": "^7.0.0-dev.20251117.1"

packages/accounts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "@eil-protocol/accounts",
33
"type": "module",
44
"scripts": {
5-
"build": "tsgo"
5+
"build": "tsgo",
6+
"clean": "rm -rf dist"
67
},
78
"version": "0.1.0",
89
"main": "index.js",

0 commit comments

Comments
 (0)