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:
14
14
- name : Setup Node.js
15
15
uses : actions/setup-node@v3
16
16
with :
17
- node-version : ' 18 .x'
17
+ node-version : ' 22 .x'
18
18
19
19
- name : Install dependencies
20
20
run : npm ci
21
21
22
22
- name : Build
23
- run : npm run build ngx-annotate-text '--configuration production'
23
+ run : npm run build:lib:prod
24
24
25
25
- name : Lint
26
26
run : npm run lint ngx-annotate-text
29
29
run : npm run test-headless ngx-annotate-text
30
30
31
31
- 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:
12
12
- name : Setup Node.js
13
13
uses : actions/setup-node@v3
14
14
with :
15
- node-version : ' 20 .x'
15
+ node-version : ' 22 .x'
16
16
17
17
- name : Install dependencies
18
18
run : npm ci
19
19
20
20
- name : Build
21
- run : npm run build ngx-annotate-text '--configuration production'
21
+ run : npm run build:lib:prod
22
22
23
23
- name : Lint
24
24
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 5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
7
7
"build" : " ng build" ,
8
+ "build:lib:prod" : " ng build ngx-annotate-text --configuration production" ,
8
9
"watch" : " ng build --watch --configuration development" ,
9
10
"test" : " ng test" ,
10
11
"lint" : " ng lint" ,
You can’t perform that action at this time.
0 commit comments