Skip to content

Commit

Permalink
Add 2.1 variant of publish-w3c script
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Oct 30, 2024
1 parent 8b6e9af commit b550bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"check": "tsc",
"fmt": "prettier . -w",
"publish-w3c": "WCAG_MODE=publication npm run build && tsx 11ty/cp-cvs.ts",
"publish-w3c:21": "WCAG_VERSION=21 WCAG_MODE=publication npm run build && WCAG_VERSION=21 tsx 11ty/cp-cvs.ts",
"start": "npm run build -- --serve --incremental"
},
"author": "W3C",
Expand Down

0 comments on commit b550bae

Please sign in to comment.