diff --git a/.babelrc b/.babelrc index a541d8d01..253333ac3 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,5 @@ { + "sourceMaps": "inline", "presets": [ ["@babel/preset-env", { "targets": { diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index db885300a..2f0a57b76 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -1,19 +1,44 @@ steps: - - label: ":eslint: Lint" + - label: ":eslint: JS Lint" command: - "yarn install" - - "yarn lint" + - "yarn lint:js" plugins: - docker#v3.0.1: - image: "node:10" + image: "node:12" + + - label: ":tslint: TS Lint" + command: + - "yarn install" + - "yarn lint:ts" + plugins: + - docker#v3.0.1: + image: "node:12" + + - label: ":typescript: Types Lint" + command: + - "yarn install" + - "yarn lint:types" + plugins: + - docker#v3.0.1: + image: "node:12" + + - label: "🛠 Build" + command: + - "yarn install" + - "yarn build" + plugins: + - docker#v3.0.1: + image: "node:12" - label: ":jest: Tests" command: - "yarn install" + - "yarn build" # Needed for the tests to run - we don't build on install - "yarn test" plugins: - docker#v3.0.1: - image: "node:10" + image: "node:12" - label: "📃 Docs" command: @@ -21,7 +46,7 @@ steps: - "yarn gendoc" plugins: - docker#v3.0.1: - image: "node:10" + image: "node:12" - wait diff --git a/README.md b/README.md index f9f6029cb..29c2653d0 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,15 @@ Quickstart In a browser ------------ -Download either the full or minified version from +Download the browser version from https://github.com/matrix-org/matrix-js-sdk/releases/latest and add that as a ``