File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install dependencies
18
18
run : npm ci
19
19
- name : Build the project
20
- run : ng build aem-angular-editable-components --configuration production
20
+ run : npn run build
21
21
# - name: Run tests and do code coverage check
22
22
# run: npm run test:coverage
23
23
- name : Upload code coverage report to workflow as an artifact
Original file line number Diff line number Diff line change 20
20
- name : Install dependencies
21
21
run : npm ci
22
22
- name : Build the project
23
- run : ng build aem-angular-editable-components --configuration production
23
+ run : npm run build
24
24
# - name: Run tests and do code coverage check
25
25
# run: npm run test:coverage
26
26
- name : Upload code coverage report to codecov.io and comment in pull request
Original file line number Diff line number Diff line change 20
20
"node" : " >=16.14.2"
21
21
},
22
22
"scripts" : {
23
- "build" : " npm run test && ng build aem-angular-editable-components --configuration production" ,
23
+ "build" : " ng build aem-angular-editable-components --configuration production" ,
24
24
"build:dev" : " npm run test && ng build aem-angular-editable-components" ,
25
25
"clean" : " rm -rf dist/" ,
26
26
"docs" : " npm i && npx typedoc --excludePrivate ./src --out ./dist/docs --exclude '**/test/**/*' --exclude '**/*.spec.ts' --exclude src/test.ts" ,
You can’t perform that action at this time.
0 commit comments