From 65caaca6595dea8a53a533210dd0dfdb977e5bad Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Tue, 23 Feb 2021 16:54:38 -0500 Subject: [PATCH] Update ProseMirror install instructions --- prose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prose/README.md b/prose/README.md index cdbc904..ae2fa4f 100644 --- a/prose/README.md +++ b/prose/README.md @@ -1,7 +1,7 @@ # Building * Run `npm install` to download dependencies. -* Run `npm run build` to build a production script in `dist/` or run +* Run `npm run-script build` to build a production script in `../static/js/` or run `npm run develop` to build and watch for changes. You can use `prose.html` to test your development changes. * Manually copy the file `prose.bundle.js` to `static/js/`. _To be automated_