Skip to content

Commit

Permalink
chore: esm build for lsp cli service
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 30, 2019
1 parent 67956f6 commit 200c7e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/graphql-language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@
"license": "MIT",
"files": [
"bin",
"dist"
"dist",
"esm"
],
"keywords": [
"graphql",
"graphql-language-service"
],
"scripts": {
"test": "node ../../resources/runTests.js",
"build": "yarn run build-js && yarn run build-flow",
"build": "yarn run build-js && yarn build-esm && yarn run build-flow",
"build-js": "node ../../resources/buildJs.js",
"build-esm": "ESM=true babel src --root-mode upward --ignore __tests__ --out-dir esm",
"build-flow": "node ../../resources/buildFlow.js",
"prepublish": "node ../../resources/prepublish.js"
},
Expand Down

0 comments on commit 200c7e4

Please sign in to comment.