Skip to content

Commit

Permalink
ci: обновление CI тулов
Browse files Browse the repository at this point in the history
  • Loading branch information
Геннадий Иванов committed Dec 6, 2023
1 parent 031aaa0 commit 6a2e1eb
Show file tree
Hide file tree
Showing 9 changed files with 18,167 additions and 10,472 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
- name: Setup packages
run: |
npm ci
npx lerna bootstrap
- name: Test
run: npx lerna run test
- name: Release Info
run: npm whoami && npx auto info || echo 'auto info returned 1'
Expand Down
3 changes: 0 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "independent",
"ignoreChanges": ["*.md"],
"loglevel": "verbose",
Expand Down
25,044 changes: 18,138 additions & 6,906 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"description": "Holy grail of Salute Team configs",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"release": "auto shipit",
"postinstall": "husky install"
Expand All @@ -14,15 +17,15 @@
"author": "Salute Frontend Team <[email protected]>",
"homepage": "https://github.com/salute-developers/grail#readme",
"devDependencies": {
"@auto-it/conventional-commits": "10.37.1",
"@auto-it/npm": "10.37.1",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"auto": "10.37.1",
"husky": "8.0.1",
"lerna": "5.0.0",
"lint-staged": "10.5.4",
"prettier": "2.6.2",
"@auto-it/conventional-commits": "11.0.4",
"@auto-it/npm": "11.0.4",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"auto": "11.0.4",
"husky": "8.0.3",
"lerna": "8.0.0",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"pretty-quick": "3.1.3"
},
"auto": {
Expand Down
Loading

0 comments on commit 6a2e1eb

Please sign in to comment.