Skip to content

Commit

Permalink
Remove obsolete npm scripts (#8965)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecLad authored Jan 21, 2025
1 parent 39d4cb0 commit 466d071
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion cvat-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
```bash
yarn run build # build with minification
yarn run build --mode=development # build without minification
yarn run server # run debug server
```
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"build:cvat-canvas3d": "yarn workspace cvat-canvas3d run build",
"build:cvat-core": "yarn workspace cvat-core run build",
"build:cvat-data": "yarn workspace cvat-data run build",
"server:cvat-canvas": "yarn workspace cvat-canvas run server",
"server:cvat-canvas3d": "yarn workspace cvat-canvas3d run server",
"server:cvat-data": "yarn workspace cvat-data run server",
"start:cvat-ui": "yarn workspace cvat-ui run start"
},
"repository": {
Expand Down

0 comments on commit 466d071

Please sign in to comment.