This commit is contained in:
Ken Chau 2020-05-25 14:34:13 -07:00
Родитель 2b7fced066
Коммит 5e9cb6435b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,7 +7,7 @@
"scripts": {
"build": "tsc",
"start": "tsc -w --preserveWatchOutput",
"test": "jest",
"test": "jest --passWithNoTests",
"release": "yarn build && yarn test && beachball publish",
"check": "beachball check",
"change": "beachball change"