mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use @yao-pkg/pkg
This commit is contained in:
parent
97883a42c2
commit
832708299f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/create-artifact.yml
vendored
2
.github/workflows/create-artifact.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup safe-chain
|
- name: Setup safe-chain
|
||||||
run: |
|
run: |
|
||||||
npm i -g @aikidosec/safe-chain pkg
|
npm i -g @aikidosec/safe-chain @yao-pkg/pkg
|
||||||
safe-chain setup-ci
|
safe-chain setup-ci
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
2
build.js
2
build.js
|
|
@ -29,7 +29,7 @@ async function bundleSafeChain() {
|
||||||
entryPoints: ["./packages/safe-chain/bin/safe-chain.js"],
|
entryPoints: ["./packages/safe-chain/bin/safe-chain.js"],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
platform: "node",
|
platform: "node",
|
||||||
target: "node22",
|
target: "node24",
|
||||||
outfile: "./build/bin/safe-chain.cjs",
|
outfile: "./build/bin/safe-chain.cjs",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue