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

Commit

Permalink
Internal: Ported commit bf9af083c2404581953b6f70d5565df9f5609276.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Apr 20, 2020
1 parent f4df689 commit cfe4018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"build": "webpack --mode production",
"lint": "eslint --quiet '**/*.js'",
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'",
"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"
},
"lint-staged": {
"**/*.js": [
Expand Down

0 comments on commit cfe4018

Please sign in to comment.