mirror of
https://github.com/writeas/writefreely
synced 2025-01-04 20:19:38 +01:00
Build ProseMirror library on make ui
This commit is contained in:
parent
e36e39cb73
commit
8a8288d2af
1
Makefile
1
Makefile
@ -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
3
prose/Makefile
Normal file
@ -0,0 +1,3 @@
|
||||
all :
|
||||
npm install
|
||||
npm run-script build
|
Loading…
Reference in New Issue
Block a user