File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"integration-tests:mdc-migration" : " bazel test --test_output=streamed //integration/mdc-migration/..." ,
51
51
"check-tooling-setup" : " yarn tsc --project tools/tsconfig.json && yarn tsc --project scripts/tsconfig.json && yarn tsc --project .ng-dev/tsconfig.json" ,
52
52
"tsc" : " node ./node_modules/typescript/bin/tsc" ,
53
- "ci-push-deploy-docs-app" : " ts- node --esm --project scripts/tsconfig.json scripts/docs-deploy/deploy-ci-push.mts" ,
54
- "ci-docs-monitor-test" : " ts- node --esm --project scripts/tsconfig.json scripts/docs-deploy/monitoring/ci-test.mts" ,
55
- "ci-notify-slack-failure" : " ts- node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts" ,
53
+ "ci-push-deploy-docs-app" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/deploy-ci-push.mts" ,
54
+ "ci-docs-monitor-test" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts" ,
55
+ "ci-notify-slack-failure" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts" ,
56
56
"prepare" : " husky install"
57
57
},
58
58
"version" : " 17.3.5" ,
You can’t perform that action at this time.
0 commit comments