Skip to content

Commit

Permalink
🔧 fix: Fix package.jsons cript (#593)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:

---------

Co-authored-by: Will Cory <[email protected]>
  • Loading branch information
roninjin10 and Will Cory committed Oct 19, 2023
1 parent eb3f734 commit 387bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"release:version": "changeset version && bun install --lockfile-only",
"sort-package-json": "sort-package-json package.json 'plugins/*/package.json' 'examples/*/package.json' '*/package.json' 'packages/*/example/package.json'",
"sort-package-json:check": "sort-package-json package.json 'packages/*/package.json' '*/package.json' 'packages/*/example/package.json' && git diff --exit-code",
"test": "vitest",
"test": "bun test:run",
"test:coverage": "nx run-many --target=test:coverage",
"test:run": "nx run-many --target=test:run"
},
Expand Down

1 comment on commit 387bbfa

@vercel
Copy link

@vercel vercel bot commented on 387bbfa Oct 19, 2023

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:

evmts-docs – ./

evmts-docs-evmts.vercel.app
evmts.dev
evmts-docs-git-main-evmts.vercel.app

Please sign in to comment.