Skip to content

Commit

Permalink
build(ngx-ssr): remove references
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmumenthaler committed Feb 5, 2024
1 parent 2e5ce43 commit 4c93fae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
28 changes: 0 additions & 28 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,34 +150,6 @@
}
}
}
},
"ssr": {
"root": "libs/ssr",
"sourceRoot": "libs/ssr/src",
"projectType": "library",
"prefix": "sc",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "libs/ssr/ng-package.json",
"tsConfig": "libs/ssr/tsconfig.lib.json"
},
"configurations": {
"production": {
"tsConfig": "libs/ssr/tsconfig.lib.prod.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:jest",
"options": {
"tsConfig": "tsconfig.spec.json",
"polyfills": ["zone.js", "zone.js/testing"]
}
}
}
}
},
"cli": {
Expand Down
1 change: 0 additions & 1 deletion apps/styleguide/tslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ rules:
- "@shiftcode/ngx-aws"
- "@shiftcode/ngx-components"
- "@shiftcode/ngx-core"
- "@shiftcode/ngx-ssr"
- "rxjs"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "shiftcode GmbH <[email protected]>",
"scripts": {
"build:ci": "ng build core && ng build aws && ng build components && ng build ssr",
"build:ci": "ng build core && ng build aws && ng build components",
"build:styleguide": "ng build styleguide",
"copy-version": "lerna exec --stream -- ts-node --project \\$LERNA_ROOT_PATH/scripts/ts/tsconfig.json \\$LERNA_ROOT_PATH/scripts/ts/copy-version.ts",
"lint:all": "lerna run lint --stream",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"@shiftcode/ngx-aws": [
"libs/aws/dist",
"libs/aws/src/public-api.ts"
],
"@shiftcode/ngx-ssr": [
"libs/ssr/dist",
"libs/ssr/src/public-api.ts"
]
},
"declaration": false,
Expand Down

0 comments on commit 4c93fae

Please sign in to comment.