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 f0fc5b9 commit 88b5669Copy full SHA for 88b5669
.shiprc
@@ -0,0 +1,6 @@
1
+{
2
+ "files": {
3
+ "bower.json": [],
4
+ "README.md": []
5
+ }
6
+}
package.json
@@ -34,7 +34,6 @@
34
"test:watch": "jest --watch --coverage",
35
"test:es-check": "es-check es5 'build/*.js'",
36
"publish:cdn": "ccu --trace",
37
- "release": "scripts/release.sh",
38
"i18n:translate": "grunt dist && node scripts/complete-translations.js && npm run i18n:prettier && npm run build",
39
"i18n:prettier": "prettier --write --print-width 100 --single-quote src/i18n/*",
40
"i18n:validate": "node -r esm scripts/lang-audit.js"
scripts/release.sh
0 commit comments