Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"name": "@aws-amplify/ui-angular-mono",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"build": "ng build --configuration production",
"clean": "rimraf dist node_modules .angular ./projects/ui-angular/node_modules ",
"dev": "ng build --watch",
"lint": "yarn typecheck && ng lint",
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "jest",
"test:watch": "yarn test --watch",
"lint": "yarn typecheck && ng lint",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,4 +48,4 @@
]
},
"typings": "./dist/ui-angular/index.d.ts"
}
}
3 changes: 2 additions & 1 deletion packages/angular/projects/ui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "5.0.27",
"scripts": {
"build": "yarn --cwd ../../ build",
"clean": "yarn --cwd ../../ clean",
"dev": "yarn --cwd ../../ dev",
"lint": "yarn --cwd ../../ lint",
"test": "yarn --cwd ../../ test"
Expand All @@ -29,4 +30,4 @@
"publishConfig": {
"directory": "../../dist/ui-angular"
}
}
}
Loading