Skip to content

Commit

Permalink
Merge pull request #263 from NiloCK/master
Browse files Browse the repository at this point in the history
remove @types/jest from express package on deploy
  • Loading branch information
NiloCK authored Aug 31, 2023
2 parents e414d10 + 23970ad commit adc6b1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
npm install -g [email protected]
npm install -g [email protected]
lerna bootstrap
cd ./packages/express
yarn remove @types/jest
cd ../..
yarn build
- name: Deploy and run
run: |
Expand Down

0 comments on commit adc6b1e

Please sign in to comment.