File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
"psql" : " export PGHOST=${PGHOST:=$INIT_CWD/data/postgres/socket}; PGUSER='smc' psql" ,
14
14
"database" : " cd dev/project && ./start_postgres.py" ,
15
15
"c" : " LOGS=/tmp/ DEBUG='cocalc:*' ./scripts/c" ,
16
- "version-check" : " pip3 install --break-system-packages typing_extensions mypy && ./workspaces.py version-check && mypy scripts/check_npm_packages.py" ,
16
+ "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" ,
17
17
"test-parallel" : " unset DEBUG && pnpm run version-check && cd packages && pnpm run -r --parallel test" ,
18
18
"test" : " unset DEBUG && pnpm run version-check && cd packages && pnpm run -r test" ,
19
19
"prettier-all" : " cd packages/"
You can’t perform that action at this time.
0 commit comments