- Docs: Update ReleaseInstructions per new procedures

This commit is contained in:
Brett Zamir
2020-02-21 10:45:49 +08:00
parent 8f2d50873e
commit 9ce26bafc8
2 changed files with 18 additions and 27 deletions

View File

@@ -13,6 +13,8 @@
"node": ">=8.5.0"
},
"scripts": {
"add-release": "git submodule add -b \"release-v$VERSION\" https://github.com/SVG-Edit/svgedit.git \"releases/svg-edit-$VERSION\" && git submodule set-branch -b \"release-v$VERSION\" releases/latest",
"start-allow-origin": "static -p 8001 -H '{\"Access-Control-Allow-Origin\": \"*\"}'",
"start-embedded": "run-p start start-allow-origin",
"start": "echo \"Open file, e.g., to http://localhost:8000/editor/svg-editor-es.html\" && static -p 8000",