Skip to content

Commit

Permalink
fix: update README path from where package is run
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 13, 2024
1 parent eff34dc commit 762ee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ npm run test

#### WTR & Workspaces

`web-test-runner` does not support the `node:` prefix. Therefor, this does not work:
`web-test-runner` does not support the `node:` prefix. Therefore, this does not work:

```
"test": "wtr --config node:@auro-formkit/config/wtr --coverage"
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"build:docs:kit": {
"inputs": ["../../docs/partials/**/*", "../../docs/templates/**/*"],
"outputs": ["README.md"]
"outputs": ["../../README.md"]
},
"build:version": {
"outputs": ["src/*.js", "src/**/*.js"]
Expand Down

0 comments on commit 762ee40

Please sign in to comment.