Skip to content

Commit

Permalink
dev: remove prepublish from prefab exe
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolle committed Apr 20, 2018
1 parent 074aac7 commit 3659bc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/graphql-prefab-exe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"build": "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",
"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"
}
}

0 comments on commit 3659bc6

Please sign in to comment.