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

Commit 6c980fd

Browse files
authored
Merge pull request #27 from onurozkan/t/26
Fix: Build scripts will work on Windows. Closes #26.
2 parents 219efac + bea67a1 commit 6c980fd

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)