Skip to content

Commit

Permalink
chore: Update npm dependency to version 2.0.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
so-kaushal committed Aug 29, 2024
1 parent c003a79 commit 24b2f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ng-strictify",
"version": "2.0.4-beta.0",
"version": "2.0.4-beta.1",
"description": "Incrementally update your Angular project to use the Typescript strict flag.",
"main": "dist/src/index.js",
"builders": "builders.json",
Expand Down
2 changes: 1 addition & 1 deletion builder/strictify/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function executeBuildCommandInChild(
`${options.buildScript}`,
`--`,
`--ts-config=${tsConfigPath}`,
]);
], { stdio: ['pipe', 'pipe', 'pipe'], shell: true });
return buildProcess;
}

Expand Down

0 comments on commit 24b2f37

Please sign in to comment.