Skip to content

Commit

Permalink
Fix yarn commands that run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 12, 2021
1 parent e35918e commit 67d791e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "yarn run install-vendor && webpack -p",
"build-dev": "yarn run install-vendor && webpack",
"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",
"gettext:validate": "node scripts/validate-gettext-catalog.js",
"gettext:validate": "yarn node scripts/validate-gettext-catalog.js",
"install-vendor": "webpack --config webpack.vendor.config.js",
"build-docs": "jsdoc -c jsdoc-conf.json"
},
Expand Down

0 comments on commit 67d791e

Please sign in to comment.