We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbab68b commit 7ffdc74Copy full SHA for 7ffdc74
package.json
@@ -13,6 +13,7 @@
13
"build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
14
"docs": "vuepress dev docs",
15
"docs:build": "vuepress build docs",
16
+ "docs:publish": "surge docs/.vuepress/dist announcer.vue-a11y.com",
17
"release": "standard-version",
18
"test": "node_modules/.bin/cypress run",
19
"test:open": "node_modules/.bin/cypress open",
0 commit comments