File tree 6 files changed +13709
-8
lines changed
6 files changed +13709
-8
lines changed Original file line number Diff line number Diff line change 58
58
npm --version
59
59
60
60
- name : Install npm dependencies
61
- run : npm install --progress=false --loglevel=warn --ignore-scripts
61
+ run : npm ci --progress=false --loglevel=warn --ignore-scripts
62
62
63
63
- name : Type check
64
64
run : npm run typecheck
Original file line number Diff line number Diff line change 39
39
40
40
- name : Create and push git tag, publish version to npm and create github release
41
41
run : |
42
- npm install --progress=false --loglevel=warn --ignore-scripts
42
+ npm ci --progress=false --loglevel=warn --ignore-scripts
43
43
npm run release -- ${RELEASE_IT_OPTIONS[@]}
44
44
env :
45
45
NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dokcer-compose.yml
17
17
/.nyc_output /
18
18
/test-reports /
19
19
node_modules
20
- package-lock.json
21
20
.eslintcache
22
21
! /bin /
23
22
report. * .json
Original file line number Diff line number Diff line change 1
1
save-exact = false
2
2
scripts-prepend-node-path = true
3
- package-lock = false
4
- omit = optional
5
3
audit = false
6
4
fund = false
7
5
update-notifier = false
8
6
strict-peer-deps = true
9
- legacy-peer-deps = false
You can’t perform that action at this time.
0 commit comments