Other: Changed the build structure. TODO. Closes ckeditor/ckeditor5#1038.
Showing
build-config.js
deleted
100644 → 0
... | @@ -65,9 +65,7 @@ | ... | @@ -65,9 +65,7 @@ |
"url": "https://github.com/ckeditor/ckeditor5-build-decoupled-document.git" | "url": "https://github.com/ckeditor/ckeditor5-build-decoupled-document.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"build": "npm run create-entry-file && npm run build-ckeditor", | "build": "webpack --mode production", | ||
"create-entry-file": "node bin/create-entry-file.js", | |||
"build-ckeditor": "sh bin/build-ckeditor.sh", | |||
"preversion": "npm run build; if [ -n \"$(git status src/ckeditor.js build/ --porcelain)\" ]; then git add -u src/ckeditor.js build/ && git commit -m 'Internal: Build.'; fi" | "preversion": "npm run build; if [ -n \"$(git status src/ckeditor.js build/ --porcelain)\" ]; then git add -u src/ckeditor.js build/ && git commit -m 'Internal: Build.'; fi" | ||
} | } | ||
} | } |
Please register or sign in to comment