4 lines
114 B
Makefile
4 lines
114 B
Makefile
buildjs:
|
|
npm install && npm run build && npm run test && \
|
|
cp build/bundle.js ../shap/plots/resources/bundle.js
|