Skip to content

Commit

Permalink
Include ccd-js-gen in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Sep 6, 2023
1 parent d036dee commit 3b15a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions packages/ccd-js-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b15a72

Please sign in to comment.