Skip to content

Commit f027469

Browse files
authored
Merge pull request #11 from cortex-command-community/development
Update Dependencies & refactoring
2 parents abc6a06 + 8594ebe commit f027469

File tree

12 files changed

+10429
-9448
lines changed

12 files changed

+10429
-9448
lines changed

.github/workflows/release.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,18 @@ jobs:
3737
- name: 'Semantic Release'
3838
run: npx semantic-release
3939

40-
- name: Update dev branch.
40+
synchronise:
41+
needs: release
42+
runs-on: ubuntu-latest
43+
44+
steps:
45+
- uses: actions/checkout@v3
46+
with:
47+
persist-credentials: false
48+
49+
- name: 'Push changes to development'
4150
run: |
42-
git fetch --unshallow
51+
git fetch
4352
git checkout development
4453
git pull
4554
git merge main

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
*.vsix
33
dist/**
4-
tmp/**
4+
tmp/**
5+
.nx

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"editor.defaultFormatter": "esbenp.prettier-vscode",
99
"editor.codeActionsOnSave": {
10-
"source.fixAll.eslint": true
10+
"source.fixAll.eslint": "explicit"
1111
}
1212
}

0 commit comments

Comments
 (0)