Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Adding new npm modules

Kiran Mova edited this page Apr 20, 2020 · 1 revision
#Update the package.json (Netlify picks up from here)
#For travis to work, you need to add the module to node_modules and commit
#Follow the REAMDE to run local build.
cd website
npm install --save <npm-module-name>
#Verify that website is getting built. 
npm run build 
#Commit the changes. 
Clone this wiki locally