File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 24
24
"build:bazel" : " node ./bin/devkit-admin build-bazel" ,
25
25
"build-tsc" : " tsc -p tsconfig.json" ,
26
26
"lint" : " eslint --cache --max-warnings=0 \" **/*.ts\" " ,
27
- "ng-dev" : " ts- node --esm --project .ng-dev/tsconfig.json node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs" ,
27
+ "ng-dev" : " cross-env TS_NODE_PROJECT=$PWD/.ng-dev/tsconfig.json TS_NODE_TRANSPILE_ONLY=1 node --no-warnings --loader ts-node/esm node_modules/@angular/dev-infra-private/ng-dev/bundles/cli.mjs" ,
28
28
"templates" : " node ./bin/devkit-admin templates" ,
29
29
"validate" : " node ./bin/devkit-admin validate" ,
30
30
"postinstall" : " yarn webdriver-update && yarn husky install" ,
135
135
"chokidar" : " ^3.5.2" ,
136
136
"copy-webpack-plugin" : " 11.0.0" ,
137
137
"critters" : " 0.0.16" ,
138
+ "cross-env" : " ^7.0.3" ,
138
139
"css-loader" : " 6.7.1" ,
139
140
"debug" : " ^4.1.1" ,
140
141
"esbuild" : " 0.14.42" ,
Original file line number Diff line number Diff line change 177
177
178
178
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2":
179
179
version "0.0.0-860ebf16b8617ce999394c2c70a8af307bb0ddc2"
180
- uid "262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2"
181
180
resolved "https://github.com/angular/dev-infra-private-builds.git#262cb3bb487e8dddb3c404f4f2c8b34a9a1f14c2"
182
181
dependencies:
183
182
"@angular-devkit/build-angular" "14.1.0-next.1"
@@ -3809,14 +3808,21 @@ critters@0.0.16:
3809
3808
postcss "^8.3.7"
3810
3809
pretty-bytes "^5.3.0"
3811
3810
3811
+ cross-env@^7.0.3:
3812
+ version "7.0.3"
3813
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
3814
+ integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
3815
+ dependencies:
3816
+ cross-spawn "^7.0.1"
3817
+
3812
3818
cross-fetch@3.1.5:
3813
3819
version "3.1.5"
3814
3820
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
3815
3821
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
3816
3822
dependencies:
3817
3823
node-fetch "2.6.7"
3818
3824
3819
- cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
3825
+ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0. 2, cross-spawn@^7.0.3:
3820
3826
version "7.0.3"
3821
3827
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3822
3828
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
You can’t perform that action at this time.
0 commit comments