Skip to content

Commit

Permalink
fix github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
ququzone committed Feb 2, 2024
1 parent 601bd8b commit 50a4de6
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 398 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes
# forge build --sizes
forge build
id: build

- name: Run Forge tests
Expand Down
4 changes: 0 additions & 4 deletions src/types/@openzeppelin/contracts-upgradeable/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as metatx from "./metatx";
export type { metatx };
import type * as proxy from "./proxy";
export type { proxy };
import type * as security from "./security";
export type { security };
import type * as utils from "./utils";
export type { utils };

This file was deleted.

4 changes: 0 additions & 4 deletions src/types/@openzeppelin/contracts-upgradeable/metatx/index.ts

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/types/@openzeppelin/contracts-upgradeable/utils/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export * as metatx from "./metatx";
export * as proxy from "./proxy";
export * as security from "./security";
export * as utils from "./utils";

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 50a4de6

Please sign in to comment.