Skip to content

Commit

Permalink
Fix more extra indentation on "Getting Started" docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Aug 29, 2024
1 parent 260c8de commit aa8a064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export default function (): std.Recipe {

// Run the npm build script and save the output from the `dist/` dir
return std.runBash`
npm run build
mv dist "$BRIOCHE_OUTPUT"
`
npm run build
mv dist "$BRIOCHE_OUTPUT"
`
.dependencies(nodejs())
.workDir(npmPackage);
}
Expand Down

0 comments on commit aa8a064

Please sign in to comment.