TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

There are invalid script entries in package.json. #508

Open kaladay opened 1 year ago

kaladay commented 1 year ago

There are invalid script entries in package.json. Such as: build:lighthouse, which points to a non-existent build-lighthouse.js file.

"build:lighthouse": "node scripts/build-lighthouse.js" should probably just be deleted from the package.json.