We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c24a07 commit 1f351bfCopy full SHA for 1f351bf
package.json
@@ -22,8 +22,7 @@
22
"build": "gulp build-no-css-compare",
23
"examples": "gulp examples",
24
"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",
+ "gh-deploy": "npm run gh-build && git subtree push --prefix examples/dist origin gh-pages",
27
"prepublishOnly": "gulp build",
28
"test": "gulp test-script"
29
},
0 commit comments