Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 370d2a1

Browse files
author
Kamil Piechaczek
committed
Fix: Build scripts will work on Windows. Read more https://github.com/ckeditor/ckeditor5-build-classic/issues/26.
1 parent 01ff925 commit 370d2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"scripts": {
5353
"build": "npm run create-entry-file && npm run build-ckeditor",
54-
"create-entry-file": "./bin/create-entry-file.js",
55-
"build-ckeditor": "./bin/build-ckeditor.sh",
54+
"create-entry-file": "node bin/create-entry-file.js",
55+
"build-ckeditor": "sh bin/build-ckeditor.sh",
5656
"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"
5757
}
5858
}

0 commit comments

Comments
 (0)