Skip to content

Commit 7c00a1a

Browse files
committed
chore: remove redundant prepare script from package.json
1 parent f73ecf3 commit 7c00a1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

safe-transaction/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "GitHub Action for proposing Safe transactions",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "ncc build src/index.js -o dist",
8-
"prepare": "npm run build"
7+
"build": "ncc build src/index.js -o dist"
98
},
109
"dependencies": {
1110
"@actions/core": "^1.10.1",

0 commit comments

Comments
 (0)