This commit is contained in:
Ken Chau 2020-05-18 15:51:34 -07:00
Родитель 927976b06e
Коммит cc09dda65a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
"docs:build": "vuepress build docs",
"gh-pages": "gh-pages",
"release": "yarn build && beachball publish",
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist",
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
"start": "tsc -w --preserveWatchOutput"
},
"dependencies": {