Update app name
```
export APP_NAME=course-authoring
grep -rl frontend-template-application . | \
xargs sed -i.bak "s/frontend-template-application/frontend-app-${APP_NAME}/g"
```
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@edx/frontend-template-application",
|
||||
"name": "@edx/frontend-app-course-authoring",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
Reference in New Issue
Block a user