Skip to content

Commit

Permalink
chore: update translate command
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Oct 15, 2024
1 parent c3466cc commit 35d0c5e
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 @@ -92,7 +92,7 @@
"test:jest": "jest --all --maxWorkers=${JEST_MAX_WORKERS:-'50%'}",
"test:performance": "cd e2e-tests && jest -c ./jest.config.js --detectOpenHandles performance",
"stylelint:fix": "stylelint \"./packages/*/src/**/*.s(a|c)ss\" --fix",
"translate": "f () { npm run translate --workspace=@deriv/translations ;}; f",
"translate": "f () { npm exec --workspace=@deriv/translations -- npm run translate ;}; f",
"stylelint-check": "stylelint-config-prettier-check",
"prepare": "husky install"
},
Expand Down

0 comments on commit 35d0c5e

Please sign in to comment.