Skip to content

Commit

Permalink
Merge pull request #2 from EtherealEngine/project-orgnames
Browse files Browse the repository at this point in the history
update project name
  • Loading branch information
HexaField authored Aug 18, 2024
2 parents 1fce02c + 81e5d4f commit b575534
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v3
with:
path: './packages/projects/projects/${{ github.event.repository.name }}'
path: './packages/projects/projects/etherealengine/${{ github.event.repository.name }}'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ee-template",
"name": "etherealengine/ee-template",
"version": "0.0.0",
"engineVersion": "1.6.0",
"description": ""
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ee-template",
"name": "@etherealengine/ee-template",
"version": "0.0.0",
"description": "",
"main": "",
Expand Down
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"**/node_modules/**"
],
"include": [
"../../../../__global.d.ts",
"../../../server-core/src/*",
"../**/*.ts",
"../**/*.tsx"
"../../../../../__global.d.ts",
"../../../../server-core/src/*",
"./**/*.ts",
"./**/*.tsx"
]
}

0 comments on commit b575534

Please sign in to comment.