Skip to content

Commit 1f351bf

Browse files
committed
Remove unnecessary script
1 parent 1c24a07 commit 1f351bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"build": "gulp build-no-css-compare",
2323
"examples": "gulp examples",
2424
"gh-build": "gulp build-gh-pages",
25-
"gh-check-diff": "git diff-index --quiet HEAD --",
26-
"gh-deploy": "npm run gh-build && npm run gh-check-diff && git subtree push --prefix examples/dist origin gh-pages",
25+
"gh-deploy": "npm run gh-build && git subtree push --prefix examples/dist origin gh-pages",
2726
"prepublishOnly": "gulp build",
2827
"test": "gulp test-script"
2928
},

0 commit comments

Comments
 (0)