Explorar o código

Fix: Build scripts will work on Windows. Read more https://github.com/ckeditor/ckeditor5-build-classic/issues/26.

Kamil Piechaczek %!s(int64=8) %!d(string=hai) anos
pai
achega
af75fbb0bd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      packages/ckeditor5-build-balloon/package.json

+ 2 - 2
packages/ckeditor5-build-balloon/package.json

@@ -51,8 +51,8 @@
   },
   },
   "scripts": {
   "scripts": {
     "build": "npm run create-entry-file && npm run build-ckeditor",
     "build": "npm run create-entry-file && npm run build-ckeditor",
-    "create-entry-file": "./bin/create-entry-file.js",
-    "build-ckeditor": "./bin/build-ckeditor.sh",
+    "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"
   }
   }
 }
 }