We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c734a commit 1719090Copy full SHA for 1719090
docs/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "react-router-devtools-docs",
+ "name": "docs",
3
"version": "0.0.1",
4
"author": "forge-42",
5
"private": true,
package.json
@@ -28,7 +28,7 @@
28
"scripts": {
29
"build": "nx affected --targets=build --exclude=test-apps/**,docs/**",
30
"build:all": "nx run-many --targets=build --exclude=test-apps/**,docs/**",
31
- "docs": "pnpm --filter=\"react-router-devtools-docs\" dev",
+ "docs": "pnpm --filter=\"docs\" dev",
32
"clean": "git clean -fdX .",
33
"clean:build": "git clean -fdx -e node_modules .",
34
"typecheck": "pnpm run --filter=\"./packages/**/*\" --parallel typecheck",
0 commit comments