Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowens20832 committed Nov 22, 2024
1 parent 3361989 commit bfddeab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
interval: "weekly"

- package-ecosystem: "npm"
directory: "source/elegant"
directory: "packages/elegant"
schedule:
interval: "weekly"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install_and_test_elegant_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Install required deps for elegant framework subfolder
- name: Install Elegant Package Dependencies
run: cd source/elegant && npm install --legacy-peer-deps
run: cd packages/elegant && npm install --legacy-peer-deps

# Finally, run our CI tests
- name: Run the tests
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ elegant-cli

**How to Begin Developing**

The core Elegant code that is used to power a web application is located under \`**source/elegant/src/**\`.
The core Elegant code that is used to power a web application is located under \`**packages/elegant/src/**\`.

![image](https://github.com/elegantframework/elegant-cli/assets/10189130/86b0fee0-e057-4130-bbc6-a815fcf293a1)

Expand Down

0 comments on commit bfddeab

Please sign in to comment.