Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Nov 27, 2023
1 parent 7bf7b34 commit 59e8477
Show file tree
Hide file tree
Showing 5 changed files with 6,192 additions and 3,178 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: pnpm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git submodule update --recursive --remote
- run: pnpm install
- run: pnpm run build
# - run: pnpm run format
Expand Down
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"cSpell.words": [
"lshay",
"Shadcn"
]
"cSpell.words": ["lshay", "Shadcn"]
}
2 changes: 1 addition & 1 deletion apps/www/ui
Submodule ui updated 248 files
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"apps/*"
],
"devDependencies": {
"@lshay/prettier-config": "^0.6.0",
"prettier": "^3.0.1",
"turbo": "^1.10.12"
"@lshay/prettier-config": "^0.6.1",
"prettier": "^3.1.0",
"turbo": "^1.10.16"
}
}
Loading

0 comments on commit 59e8477

Please sign in to comment.