This commit is contained in:
Ken 2019-09-18 10:20:39 -07:00
Родитель cd9eb438ea
Коммит 178bd8d66c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -36,5 +36,5 @@ steps:
displayName: 'test'
- script: |
yarn publish -n $(npm.authtoken) -y
yarn publish:beachball -n $(npm.authtoken) -y
displayName: 'beachball publish'

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

@ -18,7 +18,7 @@
"build:flamegrill": "yarn workspace flamegrill build",
"change": "beachball change",
"checkchange": "beachball check",
"publish": "beachball publish",
"publish:beachball": "beachball publish",
"start": "yarn workspace flamegrill start",
"start:docs": "yarn workspace flamegrill-website start",
"test": "yarn workspace flamegrill test"