Skip to content

Commit

Permalink
Merge branch 'developer-experience' of github.com:alpharder/deepkit-f…
Browse files Browse the repository at this point in the history
…ramework into alpharder-developer-experience
  • Loading branch information
marcj committed Oct 22, 2023
2 parents b3655bb + 1af8804 commit 0317cec
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm ci
- name: Lerna bootstrap
run: |
npm run bootstrap:ci -- \
--ignore @deepkit/mongo \
--ignore @deepkit/example-app \
--ignore @deepkit/fs \
--ignore @deepkit/vite \
--ignore @deepkit/bun \
--ignore @deepkit/framework-examples \
--ignore @deepkit/mysql \
--ignore @deepkit/postgres \
--ignore @deepkit/orm-browser-example \
--ignore @deepkit/orm-browser;
npm run link
- name: Build
run: |
npm run install-compiler
./node_modules/.bin/tsc --build \
packages/angular-universal/tsconfig.json \
packages/api-console-module/tsconfig.json \
Expand All @@ -75,7 +60,6 @@ jobs:
packages/topsort/tsconfig.json \
packages/type/tsconfig.json \
packages/type-spec/tsconfig.json
npm run link
- name: Test
run: |
npm run test:coverage \
Expand Down

0 comments on commit 0317cec

Please sign in to comment.