forked from cvat-ai/cvat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* package.json: private true * delete package-lock.json * cvat-core/package.json: fix path for cvat-data * replace npm with yarn * replace npm with yarn * add yarn.lock files * replace npm with yarn * remark: replace npm with yarn * fixes * fixes * alligment * workflows: replace npm with yarn * revert husky version * replace npm with yarn on ci image * add yarn for ci image * enable debug mode for main workflow * debug mode * v0.0.0 * resolve dependencies issues * update docs * exit debug mode * add yarn.lock to the ui image * fix three version * resolve conflicts * [no ci] use yarn instead of npm * fix src path
- Loading branch information
1 parent
987a092
commit 2240b3f
Showing
25 changed files
with
15,611 additions
and
54,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# cvat-data module | ||
|
||
```bash | ||
npm run build # build with minification | ||
npm run build -- --mode=development # build without minification | ||
npm run server # run debug server | ||
yarn run build # build with minification | ||
yarn run build --mode=development # build without minification | ||
yarn run server # run debug server | ||
``` | ||
|
||
## Versioning | ||
|
||
If you make changes in this package, please do following: | ||
|
||
- After not important changes (typos, backward compatible bug fixes, refactoring) do: `npm version patch` | ||
- After changing API (backward compatible new features) do: `npm version minor` | ||
- After changing API (changes that break backward compatibility) do: `npm version major` | ||
- After not important changes (typos, backward compatible bug fixes, refactoring) do: `yarn version --patch` | ||
- After changing API (backward compatible new features) do: `yarn version --minor` | ||
- After changing API (changes that break backward compatibility) do: `yarn version --major` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.