diff --git a/.codesight/default.json b/.codesight/default.json new file mode 100644 index 0000000000..357c5b44cc --- /dev/null +++ b/.codesight/default.json @@ -0,0 +1 @@ +{"id":{"name":"default","location":"/workspaces/starter-workflows/.codesight/default.json"},"buildToolConfig":{"java":{}},"bridgeConfig":{"source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"},"scanTypes":[0,1]},"buildConfig":{},"gitConfig":{"diffScanReferenceBranch":{"value":"main","source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"},"expandedValue":"main"},"pathToGitRepository":{"value":"/workspaces/starter-workflows","source":{"type":7,"location":"/workspaces/starter-workflows/.codesight/default.json"}}}} \ No newline at end of file diff --git a/ci/properties/node.js.properties.json b/ci/properties/node.js.properties.json index 99a79bcb84..59218d1ab2 100644 --- a/ci/properties/node.js.properties.json +++ b/ci/properties/node.js.properties.json @@ -2,5 +2,5 @@ "name": "Node.js", "description": "Build and test a Node.js project with npm.", "iconName": "nodejs", - "categories": ["JavaScript", "Node", "Npm"] -} \ No newline at end of file + "categories": ["JavaScript", "TypeScript", "Node", "Npm"] +} diff --git a/ci/properties/npm-publish.properties.json b/ci/properties/npm-publish.properties.json index 989c262c97..b7b8e35608 100644 --- a/ci/properties/npm-publish.properties.json +++ b/ci/properties/npm-publish.properties.json @@ -2,5 +2,5 @@ "name": "Node.js Package", "description": "Publishes a Node.js package to npm and GitHub Package Registry.", "iconName": "node-package-transparent", - "categories": ["JavaScript", "SDLC"] + "categories": ["JavaScript", "TypeScript", "SDLC"] }