File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
" packages/*"
5
5
],
6
6
"scripts" : {
7
- "clean" : " lerna run clean" ,
8
- "build" : " lerna run build" ,
7
+ "clean" : " pnpm run -r clean" ,
8
+ "build" : " pnpm run -r build" ,
9
9
"version" : " lerna version" ,
10
10
"version:force" : " pnpm run version --force-publish" ,
11
11
"pub:git" : " pnpm run build && lerna publish from-git && pnpm run clean" ,
12
12
"pub:pkg" : " pnpm run build && lerna publish from-package && pnpm run clean" ,
13
13
"lint" : " eslint --ext ts,tsx,js ." ,
14
- "test" : " lerna run test" ,
14
+ "test" : " pnpm run -r test" ,
15
15
"ts-node" : " ts-node -O '{\" target\" : \" es6\" }'" ,
16
16
"selenium" : " pnpm exec ts-node packages/selenium/src/bin/index.ts start --port 4444 --retries 30" ,
17
17
"selenium:debug" : " pnpm exec ts-node packages/selenium/src/bin/index.ts debug --port 3333" ,
You can’t perform that action at this time.
0 commit comments