Skip to content

Commit 785bc3a

Browse files
committed
fix: remove utils
1 parent 269fe3c commit 785bc3a

36 files changed

+4
-583
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,30 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve --project ngx-repository-app",
7-
"build:all": "tsc -p projects/utils/tsconfig.lib.json && ng build --project ngx-repository && ng build --project ngx-http-repository && ng build --project ngx-firestore-repository",
8-
"build:utils": "tsc -p projects/utils/tsconfig.lib.json",
9-
"build:ngx-repository": "npm run build:utils && ng build --project ngx-repository --configuration production && cp README.md dist/ngx-repository",
7+
"build:all": "ng build --project ngx-repository && ng build --project ngx-http-repository && ng build --project ngx-firestore-repository",
8+
"build:ngx-repository": "ng build --project ngx-repository --configuration production && cp README.md dist/ngx-repository",
109
"build:ngx-http-repository": "npm run build:ngx-repository && ng build --project ngx-http-repository --configuration production && cp README.md dist/ngx-http-repository",
1110
"build:ngx-firestore-repository": "npm run build:ngx-repository && ng build --project ngx-firestore-repository --configuration production && cp README.md dist/ngx-firestore-repository",
1211
"test:ngx-repository": "ng test --project ngx-repository --code-coverage",
1312
"test:ngx-http-repository": "ng test --project ngx-http-repository --code-coverage",
1413
"test:ngx-firestore-repository": "ng test --project ngx-firestore-repository --code-coverage",
15-
"test:utils": "ng test --karma-config projects/utils/karma.conf.js --code-coverage",
1614
"doc:all": "typedoc ./projects/ngx-repository ./projects/ngx-http-repository projects/ngx-firestore-repository",
1715
"doc:ngx-repository": "typedoc ./projects/ngx-repository",
1816
"doc:ngx-http-repository": "typedoc ./projects/ngx-http-repository",
1917
"doc:ngx-firestore-repository": "typedoc projects/ngx-firestore-repository",
2018
"test:ci:ngx-repository": "npm run test:ngx-repository -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
2119
"test:ci:ngx-http-repository": "npm run test:ngx-http-repository -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
2220
"test:ci:ngx-firestore-repository": "npm run test:ngx-firestore-repository -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
23-
"test:ci:utils": "npm run test:utils -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
24-
"test:ci": "npm run test:ci:ngx-repository && npm run test:ci:ngx-http-repository && npm run test:ci:ngx-firestore-repository && npm run test:ci:utils",
21+
"test:ci": "npm run test:ci:ngx-repository && npm run test:ci:ngx-http-repository && npm run test:ci:ngx-firestore-repository",
2522
"test:e2e": "npm run test:ci:ngx-repository && npm run test:ci:ngx-http-repository && npm run test:ci:ngx-firestore-repository",
2623
"posttest:ci": "node merge-coverage.js",
2724
"lint:all": "npm run lint:ngx-repository && npm run lint:ngx-http-repository && npm run lint:ngx-firestore-repository && npm run lint:ngx-repository-app",
2825
"lint:ngx-repository": "ng lint --project ngx-repository",
2926
"lint:ngx-http-repository": "ng lint --project ngx-http-repository",
3027
"lint:ngx-firestore-repository": "ng lint --project ngx-firestore-repository",
3128
"lint:ngx-repository-app": "ng lint --project ngx-repository-app",
32-
"lint:utils": "npx eslint projects/utils/src/**/*.ts",
3329
"release": "cd projects/ngx-repository && npm version ${npm_config_release} && cd ../ngx-http-repository && npm version ${npm_config_release} && cd ../ngx-firestore-repository && npm version ${npm_config_release} && git commit -a -m \"release: v${npm_config_release}\"",
34-
"lint": "ng lint && npm run lint:utils"
30+
"lint": "ng lint"
3531
},
3632
"private": true,
3733
"dependencies": {

projects/utils/.eslintrc.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

projects/utils/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/karma.conf.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

projects/utils/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

projects/utils/src/index.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

projects/utils/src/lib/flatten-deep.spec.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

projects/utils/src/lib/flatten-deep.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

projects/utils/src/lib/flatten.spec.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

projects/utils/src/lib/flatten.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/src/lib/for-own.spec.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

projects/utils/src/lib/for-own.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

projects/utils/src/lib/get.spec.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

projects/utils/src/lib/get.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

projects/utils/src/lib/is-function.spec.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/utils/src/lib/is-function.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/src/lib/is-object.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

projects/utils/src/lib/is-object.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/src/lib/is-string.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

projects/utils/src/lib/is-string.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/src/lib/is-undefined.spec.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

projects/utils/src/lib/is-undefined.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

projects/utils/src/lib/merge-deep.spec.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)