Skip to content

Commit 1719090

Browse files
committed
test
1 parent 72c734a commit 1719090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-router-devtools-docs",
2+
"name": "docs",
33
"version": "0.0.1",
44
"author": "forge-42",
55
"private": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"build": "nx affected --targets=build --exclude=test-apps/**,docs/**",
3030
"build:all": "nx run-many --targets=build --exclude=test-apps/**,docs/**",
31-
"docs": "pnpm --filter=\"react-router-devtools-docs\" dev",
31+
"docs": "pnpm --filter=\"docs\" dev",
3232
"clean": "git clean -fdX .",
3333
"clean:build": "git clean -fdx -e node_modules .",
3434
"typecheck": "pnpm run --filter=\"./packages/**/*\" --parallel typecheck",

0 commit comments

Comments
 (0)