File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 - name : Setup Node.js
1515 uses : actions/setup-node@v3
1616 with :
17- node-version : ' 18 .x'
17+ node-version : ' 22 .x'
1818
1919 - name : Install dependencies
2020 run : npm ci
2121
2222 - name : Build
23- run : npm run build ngx-annotate-text '--configuration production'
23+ run : npm run build:lib:prod
2424
2525 - name : Lint
2626 run : npm run lint ngx-annotate-text
2929 run : npm run test-headless ngx-annotate-text
3030
3131 - name : Build Angular demo app
32- run : npm run build --omit=dev
32+ run : npm run build
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 - name : Setup Node.js
1313 uses : actions/setup-node@v3
1414 with :
15- node-version : ' 20 .x'
15+ node-version : ' 22 .x'
1616
1717 - name : Install dependencies
1818 run : npm ci
1919
2020 - name : Build
21- run : npm run build ngx-annotate-text '--configuration production'
21+ run : npm run build:lib:prod
2222
2323 - name : Lint
2424 run : npm run lint ngx-annotate-text
Original file line number Diff line number Diff line change 1- v20 .11.1
1+ v22 .11.0
Original file line number Diff line number Diff line change 55 "ng" : " ng" ,
66 "start" : " ng serve" ,
77 "build" : " ng build" ,
8+ "build:lib:prod" : " ng build ngx-annotate-text --configuration production" ,
89 "watch" : " ng build --watch --configuration development" ,
910 "test" : " ng test" ,
1011 "lint" : " ng lint" ,
You can’t perform that action at this time.
0 commit comments