mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
update user profile page
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
"Bash(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.json)",
|
||||
"Bash(node_modules/.bin/tsc --noEmit -p tsconfig.json)",
|
||||
"Bash(../../node_modules/.bin/tsc --noEmit -p tsconfig.json)",
|
||||
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")"
|
||||
"Bash(grep -E \"\\\\.\\(ts|tsx\\)$\")",
|
||||
"Bash(code /home/tria/projects/mengisteab/emaui/ema-portal.pen)",
|
||||
"Bash(awk '/profile: \\\\{/,/^ \\\\},/' src/app/i18n/locales/en.ts)",
|
||||
"Bash(awk '/profile: \\\\{/,/^ \\\\},/' src/app/i18n/locales/am.ts)",
|
||||
"Bash(echo \"=== total errors: $\\(node_modules/.bin/tsc --noEmit -p apps/portal/tsconfig.json 2>&1)",
|
||||
"Bash(node -e \"const p=require\\('./package.json'\\); console.log\\(JSON.stringify\\(p.scripts,null,2\\)\\)\")",
|
||||
"Bash(node -e \"let s='';process.stdin.on\\('data',d=>s+=d\\).on\\('end',\\(\\)=>{try{console.log\\(Object.keys\\(JSON.parse\\(s\\).targets||{}\\)\\)}catch\\(e\\){console.log\\('no project.json'\\)}}\\)\")"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user