We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074aac7 commit 3659bc6Copy full SHA for 3659bc6
packages/graphql-prefab-exe/package.json
@@ -14,7 +14,6 @@
14
},
15
"scripts": {
16
"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"
+ "build:linux-x64": "nexe ./src/index.js -t linux-x64-9.5.0 -o ./graphql-prefab.linux-x64-9.5.0"
19
}
20
0 commit comments