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 9d22f4f commit cb45d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# clone ent-starter
git clone https://github.com/lolopinto/ent-starter.git
cd ent-starter
npm install --force
npm install @snowtop/[email protected] --force
npm install '@snowtop/[email protected]' --force
mkdir -p src/schema
cat ../.github/testdata/schema1.json | tsent generate schemas
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowtop/ent",
"version": "0.2.0-alpha.9",
"version": "0.2.0-alpha.10-test1",
"description": "snowtop ent framework",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit cb45d52

Please sign in to comment.