File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,12 +68,16 @@ jobs:
6868 - name : Build the interact cli
6969 run : yarn build
7070
71- - name : Build the registry and website
71+ - name : Build the registry
7272 run : |
7373 yarn registry
7474
75- - name : Build the website
75+ - name : Build the Favicon
7676 run : |
77+ yarn interact favicon --confPath=apps/site
78+
79+ - name : Build the website
80+ run : |
7781 yarn interact build --confPath=${{ env.APP_DIR }}
7882
7983 # actions/deploy-pages expect a zip
Original file line number Diff line number Diff line change 1616 "check:resources" : " tsc -p src/resources/tsconfig.json" ,
1717 "watch" : " tsc --watch" ,
1818 "start" : " ninteract start --confPath=apps/site" ,
19+ "favicon" : " ninteract favicon --confPath=apps/site" ,
1920 "site" : " cd ../../gerardnico/com-gerardnico && ninteract start" ,
2021 "ssg" : " ninteract build --confPath=apps/site" ,
2122 "preview" : " ninteract preview --confPath=apps/site" ,
You can’t perform that action at this time.
0 commit comments