Skip to content

Commit eedddf0

Browse files
Merge pull request #53 from iamsurajdc/app-structure-to-ngx-deploy-starter
Changed app structure to ngx-deploy-starter
2 parents 5a3221a + ae9aa27 commit eedddf0

15 files changed

+6977
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ branches:
99
- master
1010

1111
before_script:
12-
- cd command-builder
12+
- cd src
1313
- npm install
1414
- npm install -g @angular-devkit/schematics-cli
1515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This repository contains an example of the Angular CLI Architect API.
2929

3030
## Builder
3131

32-
You can find the Architect builder in the `command-builder` directory.
32+
You can find the Architect builder in the `src` directory.
3333

3434
## Sample application
3535

@@ -42,7 +42,7 @@ MIT
4242

4343
## Setup
4444

45-
1. Move to command-builder and run the below command
45+
1. Move to src and run the below command
4646

4747
```sh
4848
yarn install
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)