parent
66106077ba
commit
db3633425a
17 changed files with 18548 additions and 199 deletions
|
|
@ -58,16 +58,20 @@ steps:
|
|||
npm config set fund false
|
||||
npm config set audit false
|
||||
./scripts/build-kraiken-lib.sh
|
||||
npm install --prefix landing --no-audit --no-fund
|
||||
# Root install links workspace packages (@harb/web3) + all workspace members
|
||||
npm install --no-audit --no-fund
|
||||
# Landing (workspace member — deps already installed by root)
|
||||
npm run lint --prefix landing
|
||||
npm run build --prefix landing
|
||||
npm install --prefix web-app --no-audit --no-fund
|
||||
# Web-app (workspace member)
|
||||
npm run lint --prefix web-app
|
||||
npm run test --prefix web-app -- --run
|
||||
npm run build --prefix web-app
|
||||
# Ponder (standalone — not a workspace member)
|
||||
npm install --prefix services/ponder --no-audit --no-fund
|
||||
npm run lint --prefix services/ponder
|
||||
npm run build --prefix services/ponder
|
||||
# TxnBot (standalone)
|
||||
npm install --prefix services/txnBot --no-audit --no-fund
|
||||
npm run lint --prefix services/txnBot
|
||||
npm run test --prefix services/txnBot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue