#!/usr/bin/env bash echo "Building 'build/ckeditor.js'..." echo "" webpack --mode production echo "" echo "Done."