Skip to content

Commit

Permalink
move custom-validatoes to separate repo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
abadakhshan authored Nov 5, 2021
1 parent f700d94 commit d934d10
Show file tree
Hide file tree
Showing 130 changed files with 2 additions and 3,585 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/.angular
/dist
/tmp
/out-tsc
Expand Down
31 changes: 0 additions & 31 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,37 +602,6 @@
}
}
}
},
"narik-custom-validators": {
"projectType": "library",
"root": "projects/narik-custom-validators",
"sourceRoot": "projects/narik-custom-validators/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/narik-custom-validators/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/narik-custom-validators/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/narik-custom-validators/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/narik-custom-validators/src/test.ts",
"tsConfig": "projects/narik-custom-validators/tsconfig.spec.json",
"karmaConfig": "projects/narik-custom-validators/karma.conf.js"
}
}
}
}
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"e2e": "ng e2e",
"doc": "compodoc -p projects/tsconfig.compodoc.json -s -o -w --theme material --disableRoutesGraph",
"build:infrastructure": "ng build narik-infrastructure && node build-tools/copy.js readme.md dist/infrastructure",
"build:custom-validators": "ng build narik-custom-validators",
"build:common": "ng build narik-common && node build-tools/copy.js readme.md dist/common",
"build:core": "ng build narik-core && node build-tools/copy.js readme.md dist/core",
"build:ui-core": "ng build narik-ui-core && node build-tools/copy.js readme.md dist/ui-core",
Expand All @@ -26,7 +25,7 @@
"build:client-storage": "ng build narik-client-storage && node build-tools/copy.js readme.md dist/client-storage",
"build:firebase": "ng build narik-firebase && node build-tools/copy.js readme.md dist/firebase",
"debug:cli": "node --inspect-brk ./node_modules/@angular/cli/bin/ng serve",
"build": "npm run build:infrastructure && npm run build:custom-validators && npm run build:common && npm run build:core && npm run build:ui-core && npm run build:app-core && npm run build:ui-material && npm run build:ui-ng-bootstrap && npm run build:ui-ngx-bootstrap && npm run build:ui-devextreme && npm run build:ui-nebular && npm run build:ui-primeng && npm run build:ui-swimlane && npm run build:jwt && npm run build:client-storage && npm run build:signalr && npm run build:firebase && npm run build:cli",
"build": "npm run build:infrastructure && npm run build:common && npm run build:core && npm run build:ui-core && npm run build:app-core && npm run build:ui-material && npm run build:ui-ng-bootstrap && npm run build:ui-ngx-bootstrap && npm run build:ui-devextreme && npm run build:ui-nebular && npm run build:ui-primeng && npm run build:ui-swimlane && npm run build:jwt && npm run build:client-storage && npm run build:signalr && npm run build:firebase && npm run build:cli",
"version": "node build-tools/version.js",
"publish": "node build-tools/publish.js"
},
Expand Down
Loading

0 comments on commit d934d10

Please sign in to comment.