Skip to content

Commit 81b925e

Browse files
authored
fix: updated README with Development file (#1592)
1 parent a76b0fb commit 81b925e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.changeset/bright-cars-raise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@asyncapi/cli': patch
3+
---
4+
5+
Updated README with Development.md file

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Read [CONTRIBUTING](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING
3232

3333
### Set up development environment
3434

35-
Follow these steps:
35+
Read [Development.md](/Development.md) file for development setup.
36+
37+
Additional steps:
3638

37-
- Clone the repo.
38-
- Run `npm install` to install all the required dependencies
3939
- Run `npm run test` to make sure everything is properly set up
4040
- Run `npm run build` and then `bin/run` to try new CLI locally
4141

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
"pretest": "npm run build",
163163
"pretest:coverage": "npm run build",
164164
"posttest": "rimraf ./test.asyncapi-cli",
165-
"release": "semantic-release",
166165
"test": "npm run test:unit && npm run action:test",
167166
"test:unit": "cross-env NODE_ENV=development TEST=1 CUSTOM_CONTEXT_FILENAME=\"test.asyncapi-cli\" CUSTOM_CONTEXT_FILE_LOCATION=\"\" nyc --extension .ts mocha --require ts-node/register --require test/helpers/init.js --reporter spec --timeout 100000 \"test/**/*.test.ts\"",
168167
"test:one": "cross-env NODE_ENV=development TEST=1 CUSTOM_CONTEXT_FILENAME=\"test.asyncapi-cli\" CUSTOM_CONTEXT_FILE_LOCATION=\"\" nyc --extension .ts mocha --require ts-node/register --require test/helpers/init.js --reporter spec --timeout 100000",

0 commit comments

Comments
 (0)