Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 3e66be7

Browse files
author
David Dooling
committed
Set skill icon URL
Load skill icon from default branch rather than statically package with skill.
1 parent 73ddcaf commit 3e66be7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skill.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export const Skill = skill<
3131
description: "Run npm scripts to compile or test your JavaScript project",
3232
displayName: "npm Build",
3333
categories: [Category.DevOps],
34+
iconUrl:
35+
"https://raw.githubusercontent.com/atomist-skills/npm-build-skill/main/docs/images/icon.svg",
3436

3537
resourceProviders: {
3638
github: resourceProvider.gitHub({ minRequired: 1 }),

0 commit comments

Comments
 (0)