Skip to content

Commit

Permalink
post -> preinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayle Sharrock committed Nov 10, 2017
1 parent 1414732 commit 3a4a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doc": "yarn run readme && ./node_modules/.bin/typedoc --options typedoc.json .",
"readme": "node generate-md.js",
"prepublishOnly": "yarn run build",
"postInstall": "node check_build"
"preinstall": "node check_build"
},
"bin": {
"gdaxConsole": "./build/src/consoles/gdaxConsole.js"
Expand Down

0 comments on commit 3a4a4f2

Please sign in to comment.