Skip to content

Commit

Permalink
feat: update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent 6149b5f commit 399a8a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@chorizo/adminui",
"description": "AdminUI for Course managing Firebase data",
"private": false,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
1 change: 0 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@chorizo/cli",
"version": "1.0.0",
"description": "A CLI for setting up and maintaining Chorizo course instances",
"private": false,
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion apps/course/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@chorizo/course",
"description": "Actual course interface for Chorizo's course platform",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"ng": "ng",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@chorizo/monorepo",
"version": "1.0.0",
"description": "A self-hosted course management platform. Manage courses, create entry lists, and share downloadable resources seamlessly. Fully dynamic and tailored for streamlined administration.",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 399a8a6

Please sign in to comment.