File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,3 @@ jobs:
109
109
- run : cd src && npm install -g pnpm
110
110
- run : cd src && pnpm run make
111
111
- run : source venv/bin/activate && cd src && pnpm run test-github-ci
112
- - run : cd src && pnpm run depcheck
Original file line number Diff line number Diff line change 17
17
"c" : " LOGS=/tmp/ DEBUG='cocalc:*' ./scripts/c" ,
18
18
"version-check" : " pip3 install typing_extensions mypy || pip3 install --break-system-packages typing_extensions mypy && ./workspaces.py version-check && mypy scripts/check_npm_packages.py" ,
19
19
"test-parallel" : " unset DEBUG && pnpm run version-check && cd packages && pnpm run -r --parallel test" ,
20
- "test" : " unset DEBUG && pnpm run version-check && ./workspaces.py test" ,
21
- "test-github-ci" : " unset DEBUG && pnpm run version-check && ./workspaces.py test --exclude=jupyter --retries=1" ,
20
+ "test" : " unset DEBUG && pnpm run depcheck && pnpm run version-check && ./workspaces.py test" ,
21
+ "test-github-ci" : " unset DEBUG && pnpm run depcheck && pnpm run version-check && ./workspaces.py test --exclude=jupyter --retries=1" ,
22
22
"depcheck" : " cd packages && pnpm run -r --parallel depcheck" ,
23
23
"prettier-all" : " cd packages/" ,
24
24
"local-ci" : " ./scripts/ci.sh" ,
You can’t perform that action at this time.
0 commit comments