Skip to content

Commit 6b44928

Browse files
authored
Merge pull request #9398 from ever-co/develop
Stage
2 parents 65f19be + f0a5283 commit 6b44928

File tree

574 files changed

+24538
-19301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

574 files changed

+24538
-19301
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ aliases:
4343
sudo apt install -y curl gnupg git libappindicator3-1 ca-certificates binutils icnsutils graphicsmagick
4444
python3 -m pip install --break-system-packages packaging setuptools || python3 -m pip install packaging setuptools
4545
sudo npm install --quiet node-gyp@10.2.0 -g
46-
sudo npm install --quiet ts-node@^10.9.2 -g
46+
sudo npm install --quiet ts-node@10.9.2 -g
4747
sudo npm config set python /usr/bin/python
4848
4949
- &install-yarn

.claude/settings.local.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find:*)",
5+
"Bash(grep:*)",
6+
"Bash(git checkout:*)",
7+
"Bash(git add:*)",
8+
"Bash(git commit -m *)",
9+
"Bash(git push:*)",
10+
"Bash(gh pr create:*)",
11+
"Bash(yarn install)",
12+
"Bash(yarn why:*)",
13+
"Bash(yarn list:*)",
14+
"Bash(ls:*)",
15+
"Bash(done)",
16+
"Bash(xargs -I {} sh -c 'echo \"\"=== {} ===\"\" && head -20 {}')"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)