Skip to content

Commit 197952d

Browse files
committed
Doc: Update publish command
1 parent 10475f1 commit 197952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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",
16+
"docs:publish": "surge docs/.vuepress/dist https://announcer.surge.sh",
1717
"release": "standard-version",
1818
"test": "node_modules/.bin/cypress run",
1919
"test:open": "node_modules/.bin/cypress open",

0 commit comments

Comments
 (0)