You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test and build scripts to package.json.
"npm test && npm run build" replaces ./build.sh for building.
Requires uglifyjs (didn't include in devDependencies, because npm
currently fails to install it for me).