Skip to content

Commit

Permalink
run @wq/material rollup before wq.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Feb 23, 2021
1 parent 7ecce67 commit fc573c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc573c3

Please sign in to comment.