Skip to content

Commit 7763636

Browse files
committed
Fix yarn commands that run scripts
1 parent afc11d7 commit 7763636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "yarn run install-vendor && webpack -p",
1111
"build-dev": "yarn run install-vendor && webpack",
1212
"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",
13+
"gettext:validate": "yarn node scripts/validate-gettext-catalog.js",
1414
"install-vendor": "webpack --config webpack.vendor.config.js",
1515
"build-docs": "jsdoc -c jsdoc-conf.json"
1616
},

0 commit comments

Comments
 (0)