File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 "build:site" : " pnpm --filter '@objectdocs/site' -r build" ,
99 "start" : " pnpm --filter '@objectdocs/site' -r start" ,
1010 "translate" : " objectdocs translate" ,
11- "translate:all" : " objectdocs translate --all"
11+ "translate:all" : " objectdocs translate --all" ,
12+ "test" : " pnpm -r test"
1213 },
1314 "dependencies" : {
1415 "client-only" : " ^0.0.1" ,
Original file line number Diff line number Diff line change 99 "dev" : " node ./bin/cli.mjs dev ../../content/docs" ,
1010 "build" : " node ./bin/cli.mjs build ../../content/docs" ,
1111 "translate" : " node ./bin/cli.mjs translate" ,
12- "test" : " echo \" Error: no test specified\" && exit 1 "
12+ "test" : " echo \" No test specified\" && exit 0 "
1313 },
1414 "dependencies" : {
1515 "@objectdocs/site" : " workspace:*" ,
Original file line number Diff line number Diff line change 66 "dev" : " next dev" ,
77 "build" : " next build" ,
88 "start" : " next start" ,
9- "lint" : " next lint"
9+ "lint" : " next lint" ,
10+ "test" : " echo \" No test specified\" && exit 0"
1011 },
1112 "peerDependencies" : {
1213 },
You can’t perform that action at this time.
0 commit comments