Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyne committed Jan 4, 2024
1 parent 68d2c17 commit a5e37ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ yarn-error.log*
# turbo
.turbo

/packages/awscatalog/awscatalog.config.js
/packages/awscatalog/awscatalog.config.js
/packages/cloudcatalog-cli/tests/**/data/*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"lint:ci": "turbo run lint -- --quiet --report-unused-disable-directives",
"lint:ci": "turbo run lint -- --quiet",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format:diff": "prettier --list-different \"**/*.{js,jsx,ts,tsx,json}\"",
Expand Down

1 comment on commit a5e37ab

@vercel
Copy link

@vercel vercel bot commented on a5e37ab Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cloudcatalog-demo – ./packages/cloudcatalog

cloudcatalog-demo.vercel.app
cloudcatalog-demo-davidboyne123.vercel.app
cloudcatalog-demo-git-main-davidboyne123.vercel.app
app.cloudcatalog.dev

Please sign in to comment.