Build ProseMirror library on `make ui`

This commit is contained in:
Matt Baer 2021-03-03 16:39:29 -05:00
parent e36e39cb73
commit 8a8288d2af
2 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,7 @@ release-docker :
ui : force_look
cd less/; $(MAKE) $(MFLAGS)
cd prose/; $(MAKE) $(MFLAGS)
assets : generate
go-bindata -pkg writefreely -ignore=\\.gitignore -tags="!wflib" schema.sql sqlite.sql

3
prose/Makefile Normal file
View File

@ -0,0 +1,3 @@
all :
npm install
npm run-script build