File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/setup-node@v3
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
+ cache : ' npm'
27
28
- run : npm ci
28
29
- run : npm run build --if-present
29
30
- run : npm run lint --if-present
Original file line number Diff line number Diff line change 1
- # NgxNullish
1
+ # ngx-nullish
2
2
3
3
[ ![ node version] ( https://img.shields.io/node/v/ngx-nullish.svg )] ( https://www.npmjs.com/package/ngx-nullish )
4
4
[ ![ npm version] ( https://badge.fury.io/js/ngx-nullish.svg )] ( https://badge.fury.io/js/ngx-nullish )
Original file line number Diff line number Diff line change 6
6
"start" : " ng serve" ,
7
7
"prebuild" : " cp README.md projects/ngx-nullish && rm -rf dist/" ,
8
8
"build" : " ng build --prod" ,
9
- "test" : " ng test" ,
10
- "test:ci " : " ng test --no-watch --no-progress --browsers ChromeHeadless " ,
9
+ "test" : " ng test --no-watch --no-progress --browsers ChromeHeadless " ,
10
+ "test:watch " : " ng test" ,
11
11
"lint" : " ng lint" ,
12
12
"e2e" : " ng e2e" ,
13
13
"predeploy" : " npm run lint && npm run test && standard-version && npm run build" ,
14
- "deploy" : " npm publish --folder ./dist/ngx-nullish"
14
+ "deploy" : " npm publish --folder ./dist/ngx-nullish" ,
15
+ "version" : " conventional-changelog -i CHANGELOG.md -s -r 0"
15
16
},
16
17
"private" : true ,
17
18
"dependencies" : {
You can’t perform that action at this time.
0 commit comments