buildjs:
	npm install && npm run build && npm run test && \
	cp build/bundle.js ../shap/plots/resources/bundle.js
