Skip to content

Commit

Permalink
remove types def @ build time
Browse files Browse the repository at this point in the history
... a horrible hack against double imports from separate packages
  • Loading branch information
NiloCK committed Dec 26, 2024
1 parent c8666b3 commit 1f3e612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
echo VERSION=${{ github.SHA }} >> ./packages/express/.env.development.local
cd ./packages/express
yarn remove @types/jest
yarn remove @types/pouchdb
yarn build
yarn test

0 comments on commit 1f3e612

Please sign in to comment.