Skip to content

Commit

Permalink
chore: esm build for lsp service for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Nov 27, 2019
1 parent c4f781f commit df69c7f
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 df69c7f

Please sign in to comment.