Skip to content

Commit 476db08

Browse files
committed
Fix command typo. I'm too used to namespaces with colons
1 parent b4b862c commit 476db08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
- *install-deps
223223
- *restore-axe-build
224224
- name: Validate Subresource Integrity
225-
run: npm run sri:validate
225+
run: npm run sri-validate
226226

227227
test_node:
228228
# The package can't be built on Node 6 anymore, but should still run there.

0 commit comments

Comments
 (0)