diff --git a/README.md b/README.md index e912621505e576cf5fdfefabd3d89f17ec3bc18c..478fbd9c9c4ede4c6945207a7f289c5a8ee70e97 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,31 @@ npm run watch -### Bundle with rollup (UMD and ES6 ) +### Bundle with rollup (UMD and ES6) - npm run watch + npm run bundle + +### Make distribution files + + npm run dist + +### Build everything above + + npm run-script build && npm run-script bundle && npm run-script dist + + +## Example script + +### Build + + npm run script + +### Run + + node ./build/js/script.js TODO ---- -- +- ...