Skip to content

Commit

Permalink
testing without version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Jul 10, 2024
1 parent 45b1bb1 commit 848d45b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"build": "turbo run build --filter='./packages/*'",
"dev": "turbo run dev",
"lint": "prettier --write . && eslint --fix --max-warnings=0 .",
"test": "turbo run test --filter='./packages/*'"
"test": "turbo run test --filter='./packages/*'",
"foobar": "turbo run dev"
},
"devDependencies": {
"@yext/eslint-config": "^1.0.0",
Expand Down

0 comments on commit 848d45b

Please sign in to comment.