File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 cache : npm
27- - run : npm ci --package-lock
27+ - run : npm ci
2828 - run : npm test
2929
3030 lint :
3535 with :
3636 node-version : 18
3737 cache : npm
38- - run : npm ci --package-lock
38+ - run : npm ci
3939 - run : npm run lint
Original file line number Diff line number Diff line change 2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 cache : npm
27- - run : npm ci --package-lock
27+ - run : npm ci
2828 - run : npm test
2929
3030 lint :
3535 with :
3636 node-version : 18
3737 cache : npm
38- - run : npm ci --package-lock
38+ - run : npm ci
3939 - run : npm run lint
Original file line number Diff line number Diff line change 2020 cache : npm
2121 # NOTE: the explicit registry-url is currently needed for the auth token to work
2222 registry-url : https://registry.npmjs.org/
23- - run : npm ci --package-lock
23+ - run : npm ci
2424 - run : npm test
2525 - run : npm run lint
2626 - run : npm publish --access public
Original file line number Diff line number Diff line change 1- package-lock = false
21yes = true
Original file line number Diff line number Diff line change 1- package-lock = false
21yes = true
Original file line number Diff line number Diff line change 2323 "docs" : " cd docs && bundle exec jekyll serve" ,
2424 "docs:install" : " cd docs && npx shx rm -rf vendor Gemfile.lock && bundle install" ,
2525 "cloc" : " npx cloc --vcs=git --read-lang-def=cloc.def src" ,
26- "upgrade-lock" : " npx shx rm -rf package-lock.json node_modules && npm i --package-lock && npm run patch"
26+ "upgrade-lock" : " npx shx rm -rf package-lock.json node_modules && npm i && npm run patch"
2727 },
2828 "engines" : {
2929 "node" : " >=18.0.0"
You can’t perform that action at this time.
0 commit comments