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 10475f1 commit 197952dCopy full SHA for 197952d
package.json
@@ -13,7 +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",
+ "docs:publish": "surge docs/.vuepress/dist https://announcer.surge.sh",
17
"release": "standard-version",
18
"test": "node_modules/.bin/cypress run",
19
"test:open": "node_modules/.bin/cypress open",
0 commit comments