Browse Source

Internal: Moved the task to the end because it's less important than the rest.

Piotrek Koszuliński 8 years ago
parent
commit
f7ee7a0698
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/ckeditor5-build-classic/package.json

+ 3 - 2
packages/ckeditor5-build-classic/package.json

@@ -45,9 +45,10 @@
     "url": "https://github.com/ckeditor/ckeditor5-build-classic.git"
   },
   "scripts": {
-    "preversion": "npm run build; if [ -n \"$(git status ckeditor.js build/ --porcelain)\" ]; then git add -u ckeditor.js build/ && git commit -m 'Internal: Build.'; fi",
     "build": "npm run create-entry-file && npm run build-ckeditor",
     "create-entry-file": "./bin/create-entry-file.js",
-    "build-ckeditor": "./bin/build-ckeditor.sh"
+    "build-ckeditor": "./bin/build-ckeditor.sh",
+
+    "preversion": "npm run build; if [ -n \"$(git status ckeditor.js build/ --porcelain)\" ]; then git add -u ckeditor.js build/ && git commit -m 'Internal: Build.'; fi"
   }
 }