File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 343
343
>
344
344
<!-- install typescript and rollup -->
345
345
<RunWithEmSdkEnv Condition =" '$(ContinuousIntegrationBuild)' == 'true'" Command =" npm ci" EmSdkPath =" $(EMSDK_PATH)" IgnoreStandardErrorWarningFormat =" true" WorkingDirectory =" $(MonoProjectRoot)wasm/runtime/" />
346
- <RunWithEmSdkEnv Condition =" '$(ContinuousIntegrationBuild)' == 'true'" Command =" npm audit --verbose --registry=https://registry.npmjs.org/" EmSdkPath =" $(EMSDK_PATH)" IgnoreStandardErrorWarningFormat =" true" WorkingDirectory =" $(MonoProjectRoot)wasm/runtime/" />
347
346
<!-- npm install is faster on dev machine as it doesn't wipe node_modules folder -->
348
347
<RunWithEmSdkEnv Condition =" '$(ContinuousIntegrationBuild)' != 'true'" Command =" npm install" EmSdkPath =" $(EMSDK_PATH)" IgnoreStandardErrorWarningFormat =" true" WorkingDirectory =" $(MonoProjectRoot)wasm/runtime/" />
349
348
You can’t perform that action at this time.
0 commit comments