diff --git a/README.md b/README.md index dee51d2c65e..36ef6c70323 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Read [CONTRIBUTING](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING ### Set up development environment -Follow these steps: +Read [Development.md](/Development.md) file for development setup. + +Additional steps: -- Clone the repo. -- Run `npm install` to install all the required dependencies - Run `npm run test` to make sure everything is properly set up - Run `npm run build` and then `bin/run` to try new CLI locally diff --git a/package.json b/package.json index 849ffe85b92..7afca550cd6 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,6 @@ "pretest": "npm run build", "pretest:coverage": "npm run build", "posttest": "rimraf ./test.asyncapi-cli", - "release": "semantic-release", "test": "npm run test:unit && npm run action:test", "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\"", "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",