Skip to content

Commit df1ddc4

Browse files
committed
Update package.json
1 parent c1b7935 commit df1ddc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contracts/erc20/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"scripts": {
17-
"compact": "npx compact-compiler",
18-
"build": "npx compact-builder && tsc",
17+
"compact": "compact-compiler",
18+
"build": "compact-builder && tsc",
1919
"test": "vitest run",
2020
"types": "tsc -p tsconfig.json --noEmit",
2121
"fmt": "biome format",

0 commit comments

Comments
 (0)