Skip to content

Commit ead6b7e

Browse files
committed
docs: reverted back to original REAMDE
1 parent dc1a200 commit ead6b7e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ yarn nx generate @nx-aws-plugin/nx-aws-cache:init
2222
npm run nx generate @nx-aws-plugin/nx-aws-cache:init
2323
```
2424

25+
This will make the necessary changes to nx.json in your workspace to use nx-aws-cache runner.
26+
2527
## Setup Infrastructure and Secrets automatically
2628

2729
Read the [README.md of @nx-aws-plugin/nx-aws-cache-iac](https://github.com/bojanbass/nx-aws/blob/master/apps/nx-aws-cache-iac/README.md)
@@ -104,19 +106,19 @@ AWS SDK v3 is used under the hood with a support for [SSO login](https://docs.aw
104106

105107
## Build
106108

107-
Run `yarn run build` to build the plugin. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
109+
Run `yarn nx build nx-aws-cache` to build the plugin. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
108110

109111
## Running unit/integration tests
110112

111-
Run `yarn run test` to execute the unit tests via [Jest](https://jestjs.io).
113+
Run `yarn nx test nx-aws-cache` to execute the unit tests via [Jest](https://jestjs.io).
112114

113-
Run `yarn run affected:test` to execute the unit tests affected by a change.
115+
Run `yarn nx affected:test` to execute the unit tests affected by a change.
114116

115117
## Running end-to-end tests
116118

117-
Run `yarn run e2e` to execute the end-to-end tests via [Jest](https://jestjs.io).
119+
Run `yarn nx e2e nx-aws-cache-e2e` to execute the end-to-end tests via [Jest](https://jestjs.io).
118120

119-
Run `yarn run affected:e2e` to execute the end-to-end tests affected by a change.
121+
Run `yarn nx affected:e2e` to execute the end-to-end tests affected by a change.
120122

121123
## Credits
122124

0 commit comments

Comments
 (0)