Skip to content

Commit 913cb46

Browse files
authored
fix(localize): build on Windows (#582)
1 parent 55d25e6 commit 913cb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/localize/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build.all": {
3636
"outputs": ["{workspaceRoot}/dist/packages/localize"],
3737
"options": {
38-
"commands": ["./node_modules/.bin/tsc -p packages/localize/hooks/tsconfig.json", "node tools/scripts/build-finish.ts localize"],
38+
"commands": ["npx tsc -p packages/localize/hooks/tsconfig.json", "node tools/scripts/build-finish.ts localize"],
3939
"parallel": false
4040
},
4141
"executor": "nx:run-commands",

0 commit comments

Comments
 (0)