mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-30 18:22:41 +08:00
build: update dependencies (#1540)
* build: update dependencies * build: update audit dependencies * chore: remove bootstrap * chore: update eslint config * build: fix lint * build: update esbuild loader --------- Co-authored-by: janniks <janniks@users.noreply.github.com>
This commit is contained in:
16
README.md
16
README.md
@@ -43,9 +43,9 @@ To migrate your app from blockstack.js to Stacks.js follow the steps in the resp
|
||||
|
||||
If you encounter a bug or have a feature request, we encourage you to follow the steps below:
|
||||
|
||||
1. **Search for existing issues:** Before submitting a new issue, please search [existing and closed issues](../../issues) to check if a similar problem or feature request has already been reported.
|
||||
1. **Open a new issue:** If it hasn't been addressed, please [open a new issue](../../issues/new/choose). Choose the appropriate issue template and provide as much detail as possible, including steps to reproduce the bug or a clear description of the requested feature.
|
||||
1. **Evaluation SLA:** Our team reads and evaluates all the issues and pull requests. We are avaliable Monday to Friday and we make a best effort to respond within 7 business days.
|
||||
1. **Search for existing issues:** Before submitting a new issue, please search [existing and closed issues](../../issues) to check if a similar problem or feature request has already been reported.
|
||||
1. **Open a new issue:** If it hasn't been addressed, please [open a new issue](../../issues/new/choose). Choose the appropriate issue template and provide as much detail as possible, including steps to reproduce the bug or a clear description of the requested feature.
|
||||
1. **Evaluation SLA:** Our team reads and evaluates all the issues and pull requests. We are avaliable Monday to Friday and we make a best effort to respond within 7 business days.
|
||||
|
||||
Please **do not** use the issue tracker for personal support requests or to ask for the status of a transaction. You'll find help at the [#support Discord channel](https://discord.gg/SK3DxdsP).
|
||||
|
||||
@@ -64,17 +64,17 @@ To setup the development environment for this repository, follow these steps:
|
||||
> NodeJS & npm are required (v18.x.x is currently recommended)
|
||||
|
||||
1. Clone this package.
|
||||
2. Run `npm install` to install dependencies
|
||||
3. Run `npm run bootstrap` to [bootstrap](https://github.com/lerna/lerna/tree/main/commands/bootstrap) project
|
||||
4. Run `npm run build` to build packages
|
||||
5. Run `npm run test` to run tests
|
||||
1. Run `npm install` to install dependencies
|
||||
1. Run `npm run build` to build packages
|
||||
1. Run `npm run test` to run tests
|
||||
|
||||
> Some tests may contain logging of errors and warnings.
|
||||
> This should not be confused with failing tests.
|
||||
> Make sure the last lines of `npm run test` show `lerna success - @stacks/...` for every package.
|
||||
|
||||
### Code of Conduct
|
||||
Please read our [Code of conduct](../../../.github/blob/main/CODE_OF_CONDUCT.md) since we expect project participants to adhere to it.
|
||||
|
||||
Please read our [Code of conduct](../../../.github/blob/main/CODE_OF_CONDUCT.md) since we expect project participants to adhere to it.
|
||||
|
||||
## Community
|
||||
|
||||
|
||||
Reference in New Issue
Block a user