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 55d25e6 commit 913cb46Copy full SHA for 913cb46
packages/localize/project.json
@@ -35,7 +35,7 @@
35
"build.all": {
36
"outputs": ["{workspaceRoot}/dist/packages/localize"],
37
"options": {
38
- "commands": ["./node_modules/.bin/tsc -p packages/localize/hooks/tsconfig.json", "node tools/scripts/build-finish.ts localize"],
+ "commands": ["npx tsc -p packages/localize/hooks/tsconfig.json", "node tools/scripts/build-finish.ts localize"],
39
"parallel": false
40
},
41
"executor": "nx:run-commands",
0 commit comments