Skip to content

Commit 7ffdc74

Browse files
committed
Docs: Add command for publishing
1 parent dbab68b commit 7ffdc74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
1414
"docs": "vuepress dev docs",
1515
"docs:build": "vuepress build docs",
16+
"docs:publish": "surge docs/.vuepress/dist announcer.vue-a11y.com",
1617
"release": "standard-version",
1718
"test": "node_modules/.bin/cypress run",
1819
"test:open": "node_modules/.bin/cypress open",

0 commit comments

Comments
 (0)