Commit 41be31e 1 parent 3806ab7 commit 41be31e Copy full SHA for 41be31e
File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 51
51
yarn run compile
52
52
yarn run compile:forDatasource
53
53
yarn run compile:datasource
54
- yarn run build
55
54
cp README.md dist/akita-filters-plugin/README.md
56
55
cp LICENSE.md dist/akita-filters-plugin/LICENSE.md
56
+ cp LICENSE.md dist/akita-filters-mat-datasource/LICENSE.md
57
+ - name : Pages
58
+ if : success()
59
+ run : |
60
+ yarn run build
61
+ cp README.md docs/assets/README.md
62
+ cp -r tmp/browser/* docs/
57
63
- name : Semantic Release
58
64
if : success()
59
65
env :
Original file line number Diff line number Diff line change @@ -43,3 +43,4 @@ Thumbs.db
43
43
.angular
44
44
docs
45
45
.nx
46
+ tmp
Original file line number Diff line number Diff line change 52
52
"with" : " src/environments/environment.prod.ts"
53
53
}
54
54
],
55
+ "outputPath" : {
56
+ "base" : " tmp"
57
+ },
55
58
"optimization" : true ,
56
59
"outputHashing" : " all" ,
57
60
"sourceMap" : false ,
65
68
},
66
69
{
67
70
"type" : " anyComponentStyle" ,
68
- "maximumWarning" : " 6kb "
71
+ "maximumWarning" : " 10kb "
69
72
}
70
73
]
71
74
}
Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve --port 4949" ,
7
- "build" : " ng build --configuration production --output-path docs --base-href /akita-filters-plugin/" ,
7
+ "build" : " ng build --configuration production --output-path tmp --base-href /akita-filters-plugin/" ,
8
8
"compile" : " ng-packagr -p ./projects/akita-filters-plugin/ng-package.json" ,
9
9
"compile:forDatasource" : " ng-packagr -p ./projects/akita-filters-plugin/ng-package2.json" ,
10
10
"compile:datasource" : " ng-packagr -p ./projects/akita-mat-datasource/ng-package.json" ,
You can’t perform that action at this time.
0 commit comments