This commit is contained in:
yage 2024-02-20 22:10:32 -07:00
parent 8a441d757e
commit d78cb4e50d

View File

@ -34,7 +34,7 @@ jobs:
- python/dist - python/dist
- run: pip install twine && twine upload dist/* - run: pip install twine && twine upload dist/*
nodesjs-test: nodejs-test:
executor: nodejs executor: nodejs
working_directory: ./zx/lib working_directory: ./zx/lib
steps: steps:
@ -62,7 +62,7 @@ jobs:
- run: pnpm test - run: pnpm test
- run: pnpm lint - run: pnpm lint
nodesjs-publish: nodejs-publish:
executor: nodejs executor: nodejs
working_directory: ./zx/lib working_directory: ./zx/lib
steps: steps: