ioBroker / dev-portal

ioBroker Developer Portal
MIT License
5 stars 5 forks source link

Adapter Creator: Generate package-lock.json #4

Closed UncleSamSwiss closed 3 years ago

UncleSamSwiss commented 3 years ago

The Adapter Creator should generate the package-lock.json when uploading the adapter to Github. The following NPM command can do this: npm i --package-lock-only