Skip to content

Commit

Permalink
ci: remove the dev step post setup (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashgw authored Jan 26, 2024
2 parents ab26516 + db4dd65 commit df68d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Setup

```shell
g clone [email protected]:AshGw/mysite.git
cd mysite
g branch -M dev-pipeline
just setup
e .
mysite && g branch -M dev-pipeline && j setup && e .
```
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pnpm i
pnpm exec playwright install
pnpm hooks
pnpm dev
# pnpm dev


@serve:
Expand Down

0 comments on commit df68d03

Please sign in to comment.