diff --git a/content/projects.md b/content/projects.md index 7f750f9..f40893c 100644 --- a/content/projects.md +++ b/content/projects.md @@ -21,7 +21,7 @@ draft: false **Example** ```yaml -schemaVersion: 2.2.0 +schemaVersion: 2.3.0 metadata: name: node displayName: Node.js @@ -38,23 +38,6 @@ components: name: http-3000 protocol: http targetPort: 3000 -commands: - - id: install - exec: - component: runtime - commandLine: npm install - workingDir: ${PROJECT_SOURCE} - group: - kind: build - isDefault: true - - id: run - exec: - component: runtime - commandLine: npm start - workingDir: ${PROJECT_SOURCE} - group: - kind: run - isDefault: true ``` #### Devfile Registry Support Services