Skip to content

Commit

Permalink
Clean up create-remix output
Browse files Browse the repository at this point in the history
  • Loading branch information
frontsideair committed Jan 23, 2024
1 parent 1e486ec commit be471a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/remix/.test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
npm create remix -- . --template=frontsideair/remix-prisma-postgresql-template --no-install --no-git-init --overwrite
npm create remix -- . --template=frontsideair/remix-prisma-postgresql-template --no-install --no-git-init --no-motion --overwrite
devenv up&
timeout 20 bash -c 'until echo > /dev/tcp/localhost/5100; do sleep 0.5; done'
npx prisma migrate dev && npx prisma db seed
Expand Down
3 changes: 1 addition & 2 deletions examples/remix/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
```shell-session
$ npm create remix -- . --template=frontsideair/remix-prisma-postgresql-template --no-install --no-git-init --overwrite
$ npm create remix -- . --template=frontsideair/remix-prisma-postgresql-template --no-install --no-git-init --no-motion --overwrite
$ devenv shell
$ devenv up
$ npx prisma migrate dev
$ npx prisma db seed
```

0 comments on commit be471a3

Please sign in to comment.