github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/ui/dashboard/Makefile (about) 1 2 package: zip 3 4 zip: version 5 cd build && zip -r -D ../../../report/reportassets/assets.zip * 6 7 version: build 8 go run scripts/version.go 9 10 build: install 11 yarn build 12 13 install: clean 14 yarn install 15 16 clean: 17 pwd 18 [ ! -e ../../report/reportassets/assets.zip ] || rm ../../report/reportassets/assets.zip 19 rm -rf build 20 21 run-local: 22 yarn install 23 yarn start 24 25 setup: 26 yarn setup-material-symbols