Skip to content

Commit

Permalink
Add prettier linting script and update CLI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
9trocode committed Aug 19, 2023
1 parent 9e20695 commit dc6af78
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lint": "npm-run-all --parallel --continue-on-error lint:*",
"clean": "rm -rf .next",
"lint:formatting": "prettier . --check --cache",
"lint:prettier": "prettier . --write --cache",
"lint:next": "next lint",
"format": "prettier . --write --cache"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nixpacks build --help
### Options

| | |
|:----------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------|
| :-------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `--install-cmd <cmd>`, `-i` | Specify the install command |
| `--build-cmd <cmd>`, `-b` | Specify the build command |
| `--start-cmd <cmd>`, `-s` | Specify the start command |
Expand Down
9 changes: 9 additions & 0 deletions docs/pages/docs/deploying/pipeops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: PipeOps
---

# {% $markdoc.frontmatter.title %}

PipeOps is available as a builder on the [PipeOps](https://pipeops.io) platform. Configure the builder on the service settings page.

![](/images/pipeops.png)
Binary file added docs/public/images/pipeops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc6af78

Please sign in to comment.