Skip to content

Commit 510c240

Browse files
committed
Remove lerna and fix whitespace in deploy workflow
(lerna is long gone - replaced w/ yarn workspaces)
1 parent f75ed54 commit 510c240

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-express.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
YARN_IGNORE_NODE: 1
3030
run: |
3131
npm install -g yarn@1.22.19
32-
npm install -g lerna@3.22.1
33-
lerna bootstrap
3432
cd ./packages/express
3533
yarn remove @types/jest
3634
# yarn remove @types/pouchdb
@@ -80,7 +78,7 @@ jobs:
8078
exit 1
8179
fi
8280
fi
83-
81+
8482
if echo "$response" | grep -q "${{ github.SHA }}"; then
8583
echo "Success. Current version found in production"
8684
exit 0

0 commit comments

Comments
 (0)