Skip to content

Commit

Permalink
chore: update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent b7fd75f commit 88b5a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Install all dependencies
run: npm run install:all

- name: Check Git Status
run: git status

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chorizo/monorepo",
"version": "0.1.0",
"version": "0.0.1",
"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 88b5a32

Please sign in to comment.