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.
2 parents 9b4b473 + 5fa8beb commit 7912e43Copy full SHA for 7912e43
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm run clean && webpack --progress --colors --bail",
8
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
9
- "deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
+ "deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
10
"prune": "./prune-gh-pages.sh",
11
"i18n:push": "tx-push-src scratch-editor interface translations/en.json",
12
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/ && npm run i18n:push",
0 commit comments