Skip to content

Commit

Permalink
chore: commit save point
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Jun 8, 2024
1 parent a4d523c commit 351a295
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ node_modules
out
jest-coverage
plop-templates
/ui/theme/src/tokens.ts
<<<<<<< Updated upstream
/packages/kit/src/theme/tokens.ts
=======
ui/theme/src/tokens.ts
>>>>>>> Stashed changes
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ boop-checkout:
# create main release
main-release:
make main-version
<<<<<<< Updated upstream
npm run build
=======
npm run turbo:build:ui:force
>>>>>>> Stashed changes
make boop-checkout
make main-publish
npm install
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.base.json",
"exclude": ["./ui/theme/src/tokens.ts"],
"exclude": ["./packages/kit/src/theme/tokens.ts"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 351a295

Please sign in to comment.