Skip to content

Commit 4715396

Browse files
authored
publish before deploying
Deploying takes a while, and (IME) it's usually more important to see the package in its published form than deployed.
1 parent 3aa1066 commit 4715396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ workflow "Primer Components Workflow" {
33
resolves = [
44
"npm lint",
55
"npm test",
6-
"deploy",
76
"publish",
7+
"deploy",
88
]
99
}
1010

0 commit comments

Comments
 (0)