From 3b15a723d6e88bec8d3a738d4ab8a9d980335864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Holm=20Gj=C3=B8rup?= Date: Wed, 6 Sep 2023 13:00:03 +0200 Subject: [PATCH] Include ccd-js-gen in pipeline --- .github/workflows/pipeline.yml | 1 + packages/ccd-js-gen/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d0202a4b6..712f20ef5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -86,6 +86,7 @@ jobs: ./packages/nodejs/lib ./packages/common/grpc ./packages/nodejs/grpc + ./packages/ccd-js-gen/lib typecheck-examples: runs-on: ubuntu-22.04 diff --git a/packages/ccd-js-gen/package.json b/packages/ccd-js-gen/package.json index b429407fc..46bc80d56 100644 --- a/packages/ccd-js-gen/package.json +++ b/packages/ccd-js-gen/package.json @@ -7,6 +7,7 @@ "typings": "lib/src/lib.d.ts", "scripts": { "build": "tsc", + "build-dev": "yarn build", "clean": "rm -r lib", "lint": "eslint src/** bin/** --cache --ext .ts,.js --max-warnings 0", "lint-fix": "yarn --silent lint --fix; exit 0",