Skip to content

Commit 9dd7c8f

Browse files
authored
Update README.md
1 parent ebb4f2a commit 9dd7c8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ Deploy apps to AWS with using Serverless Framework via CircleCI.
1919
|tests/unit_tests |Put unit tests. |
2020
|tests/integration_tests |Put E2E tests. |
2121

22+
## Commands
2223

24+
All commands you need to build this application is defined as yarn script.
25+
Here is a part of that.
26+
| Command | Description |
27+
|:---|:---|
28+
| yarn lint | Run lint with flake8. |
29+
| yarn test:unit | Run unit testing. |
30+
| yarn test:workflow | Run E2E testing for workflow service. |
31+
| yarn deploy:workflow | Deploy workflow service. |
32+
| yarn deploy:db | Deploy tables. |
33+
34+
All commands are defined in [package.json](https://github.com/serverless-operations/serverless-enterprise-application-boilerplate-for-python/blob/master/package.json). See that.
2335

2436
## Setup

0 commit comments

Comments
 (0)