Skip to content

Commit 3659bc6

Browse files
committed
dev: remove prepublish from prefab exe
1 parent 074aac7 commit 3659bc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/graphql-prefab-exe/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"scripts": {
1616
"build": "nexe ./src/index.js -o ./graphql-prefab.exe",
17-
"build:linux-x64": "nexe ./src/index.js -t linux-x64-9.5.0 -o ./graphql-prefab.linux-x64-9.5.0",
18-
"prepublish": "nexe ./src/index.js -o ./graphql-prefab.exe"
17+
"build:linux-x64": "nexe ./src/index.js -t linux-x64-9.5.0 -o ./graphql-prefab.linux-x64-9.5.0"
1918
}
2019
}

0 commit comments

Comments
 (0)