diff --git a/README.md b/README.md index 87f307c4..98dc2340 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You don’t have to ever use `eject`. The curated feature set is suitable for sm # Generate I18n resource ## Extract -npm run extract -- 'src/*.js' --out-file lang/en.json +`npm run extract -- 'src/*.js' --out-file lang/en.json` ## Compile `npm run compile -- lang/en.json --ast --out-file src/compiled-lang/en.json` @@ -51,5 +51,5 @@ npm run extract -- 'src/*.js' --out-file lang/en.json ## License The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”); -You may obtain a copy of the License at: [https://wisemapping.atlassian.net/wiki/display/WS/License] +You may obtain a copy of the [License](https://wisemapping.atlassian.net/wiki/display/WS/License) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 758d81cb..a9c6c06b 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -14,7 +14,6 @@ pipelines: - node script: - npm install - - npm test - step: name: Code linting script: