Skip to content

Commit 8234e27

Browse files
committed
Build in release step
1 parent 8378302 commit 8234e27

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Install
3232
run: yarn --no-progress --non-interactive --frozen-lockfile
3333

34+
- run: yarn build
35+
3436
- name: Create Release Pull Request or Publish to NPM
3537
uses: changesets/action@master
3638
with:

packages/test-e2e/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"ts-essentials": "^9.0.0",
2323
"ts-node": "^10.4.0",
2424
"commander": "^8.3.0",
25-
"fs-extra": "^10.0.0",
26-
"@dethcrypto/eth-sdk": "link:../eth-sdk"
25+
"fs-extra": "^10.0.0"
2726
}
2827
}

packages/test-e2e/test/with-sourcify/eth-sdk.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConfig } from '@dethcrypto/eth-sdk'
1+
import { defineConfig } from '../../../eth-sdk'
22

33
export default defineConfig({
44
contracts: {

yarn.lock

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -263,23 +263,6 @@
263263
dependencies:
264264
"@cspotcode/source-map-consumer" "0.8.0"
265265

266-
"@dethcrypto/eth-sdk@link:packages/eth-sdk":
267-
version "0.2.2"
268-
dependencies:
269-
"@typechain/ethers-v5" "^8.0.1"
270-
chalk "^4.1.2"
271-
commander "^8.3.0"
272-
debug "^4.3.2"
273-
fs-extra "^10.0.0"
274-
glob "^7.2.0"
275-
got "^11.8.2"
276-
lodash "^4.17.21"
277-
mkdirp "^1.0.4"
278-
ora "^5.4.1"
279-
tmp-promise "^3.0.3"
280-
typechain "^6.0.2"
281-
zod "^3.11.5"
282-
283266
"@eslint/eslintrc@^0.4.3":
284267
version "0.4.3"
285268
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"

0 commit comments

Comments
 (0)