Skip to content

Commit b8149ff

Browse files
committed
sync with template project in ir-engine repo
1 parent c752a39 commit b8149ff

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/version-increment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Move root package.json
4141
run: mv package.json package.json.altered
4242
- name: Install dependencies for running bump-project-versions
43-
43+
4444
- name: Move root package.json back
4545
run: mv package.json.altered package.json
4646
- name: Bump default and template project version

manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "ir-engine/ir-template",
33
"version": "0.0.0",
44
"engineVersion": "1.6.0",
5-
"description": ""
5+
"description": "The default project for iR Engine",
6+
"thumbnail": "/static/IR_thumbnail.jpg"
67
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ir-engine/ir-template",
33
"version": "0.0.0",
44
"scripts": {
5-
"test": "vitest run",
5+
"test": "cross-env TEST=true vitest run",
66
"check-errors": "tsc --noemit",
77
"format": "prettier --write \"**/*.{ts,tsx}\"",
88
"format-scss": "stylelint \"**/*.scss\" --fix",
@@ -20,4 +20,4 @@
2020
"stylelint \"**/*.scss\" --fix"
2121
]
2222
}
23-
}
23+
}

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
### Infinite Reality Engine Project
1+
### iR Engine Project
22

3-
This is an Infinite Reality Engine project.
3+
This is an iR Engine project.

0 commit comments

Comments
 (0)