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 afc11d7 commit 7763636Copy full SHA for 7763636
package.json
@@ -10,7 +10,7 @@
10
"build": "yarn run install-vendor && webpack -p",
11
"build-dev": "yarn run install-vendor && webpack",
12
"gettext:extract": "yarn run build && angular-gettext-cli --files './+(src|dist)/**/+(*.html|ui-components.js)' --dest './locale/ui-components.pot' --marker-names '__,N_' && yarn run gettext:validate",
13
- "gettext:validate": "node scripts/validate-gettext-catalog.js",
+ "gettext:validate": "yarn node scripts/validate-gettext-catalog.js",
14
"install-vendor": "webpack --config webpack.vendor.config.js",
15
"build-docs": "jsdoc -c jsdoc-conf.json"
16
},
0 commit comments