diff --git a/Makefile b/Makefile index 5a04b745..43174ae8 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ init: mkdir -p static/app/css wq.js: init + cd packages/material && npm run rollup + cd ../../ npm run rollup -- -c cp -p packages/app/css/wq.css static/app/css/wq.css cp -p packages/mapbox/node_modules/mapbox-gl/dist/mapbox-gl.css static/app/css/mapbox-gl.css