Skip to content

Commit

Permalink
🚚 rename demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 20, 2023
1 parent 5b6dd00 commit 5758bc6
Show file tree
Hide file tree
Showing 39 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
FOLDER: dist/ngx-mat-timepicker-repo/browser
FOLDER: dist/demo/browser
46 changes: 23 additions & 23 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,35 +46,35 @@
}
}
},
"ngx-mat-timepicker-repo": {
"demo": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "projects/ngx-mat-timepicker-repo",
"sourceRoot": "projects/ngx-mat-timepicker-repo/src",
"root": "projects/demo",
"sourceRoot": "projects/demo/src",
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/ngx-mat-timepicker-repo",
"index": "projects/ngx-mat-timepicker-repo/src/index.html",
"browser": "projects/ngx-mat-timepicker-repo/src/main.ts",
"server": "projects/ngx-mat-timepicker-repo/src/main.server.ts",
"outputPath": "dist/demo",
"index": "projects/demo/src/index.html",
"browser": "projects/demo/src/main.ts",
"server": "projects/demo/src/main.server.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "projects/ngx-mat-timepicker-repo/tsconfig.app.json",
"tsConfig": "projects/demo/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/ngx-mat-timepicker-repo/src/favicon.ico",
"projects/ngx-mat-timepicker-repo/src/assets"
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
],
"styles": [
"projects/ngx-mat-timepicker-repo/src/styles.scss"
"projects/demo/src/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": [
Expand All @@ -99,8 +99,8 @@
"outputHashing": "all",
"fileReplacements": [
{
"replace": "projects/ngx-mat-timepicker-repo/src/environments/environment.ts",
"with": "projects/ngx-mat-timepicker-repo/src/environments/environment.prod.ts"
"replace": "projects/demo/src/environments/environment.ts",
"with": "projects/demo/src/environments/environment.prod.ts"
}
]
},
Expand All @@ -118,18 +118,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"development": {
"buildTarget": "ngx-mat-timepicker-repo:build:development"
"buildTarget": "demo:build:development"
},
"production": {
"buildTarget": "ngx-mat-timepicker-repo:build:production"
"buildTarget": "demo:build:production"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "ngx-mat-timepicker-repo:build"
"buildTarget": "demo:build"
}
},
"test": {
Expand All @@ -139,15 +139,15 @@
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/ngx-mat-timepicker-repo/tsconfig.spec.json",
"karmaConfig": "projects/ngx-mat-timepicker-repo/karma.conf.js",
"tsConfig": "projects/demo/tsconfig.spec.json",
"karmaConfig": "projects/demo/karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"projects/ngx-mat-timepicker-repo/src/favicon.ico",
"projects/ngx-mat-timepicker-repo/src/assets"
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
],
"styles": [
"projects/ngx-mat-timepicker-repo/src/styles.scss"
"projects/demo/src/styles.scss"
],
"scripts": []
}
Expand All @@ -156,8 +156,8 @@
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/ngx-mat-timepicker-repo/**/*.ts",
"projects/ngx-mat-timepicker-repo/**/*.html"
"projects/demo/**/*.ts",
"projects/demo/**/*.html"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "ng serve",
"test": "ng test",
"build": "ng build ngx-mat-timepicker --configuration=production",
"build:demo": "ng build ngx-mat-timepicker-repo --configuration=production",
"build:demo": "ng build demo --configuration=production",
"build:demo:gh-pages": "yarn build:demo --base-href https://alexfriesen.github.io/ngx-mat-timepicker/",
"link": "npm link ./dist/ngx-mat-timepicker",
"publish": "npm publish ./dist/ngx-mat-timepicker --access=public",
Expand Down
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5758bc6

Please sign in to comment.