Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Nov 12, 2024
1 parent 36ae0ff commit 9221fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
# clone ent-starter
git clone https://github.com/lolopinto/ent-starter.git
cd ent-starter
npm install @snowtop/ent '@snowtop/[email protected]' --force
npm install --force
npm install '@snowtop/[email protected]' --force
mkdir -p src/schema
cat ../.github/testdata/schema1.json | tsent generate schemas
tsent codegen
Expand Down

0 comments on commit 9221fae

Please sign in to comment.