https://github.com/mcasimir/devtools-shared-test
Test monorepo with github actions to release packages
https://github.com/mcasimir/devtools-shared-test
Last synced: 2 months ago
JSON representation
Test monorepo with github actions to release packages
- Host: GitHub
- URL: https://github.com/mcasimir/devtools-shared-test
- Owner: mcasimir
- License: other
- Created: 2022-05-26T07:29:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:55:32.000Z (about 2 years ago)
- Last Synced: 2025-01-28T03:17:42.145Z (4 months ago)
- Language: JavaScript
- Size: 389 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Devtools Shared Monorepo
This repository contains packages that are shared dependencies of Compass, the MongoDB extension for VSCode and MongoSH.
To start working:
```
npm run bootstrap
```Lint code and dependencies
```
npm run check
```Run tests
```
npm run test
```