Skip to content

Commit

Permalink
Merge pull request graphql#144 from wincent/glh/busted
Browse files Browse the repository at this point in the history
Remove broken top-level build scripts
  • Loading branch information
wincent authored Aug 16, 2017
2 parents 831eede + efb2fc8 commit 0f07b94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"t": "npm run testonly",
"lint": "eslint src packages/**/src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",
"lint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"build": "npm run build-js && npm run build-flow",
"build-js": "babel-node resources/buildJs.js",
"build-flow": "babel-node resources/buildFlow.js",
"check": "flow check --show-all-errors",
"prepublish": "node resources/prepublish.js",
"pretty": "node resources/pretty.js",
Expand Down

0 comments on commit 0f07b94

Please sign in to comment.