This commit is contained in:
Chris Trevino 2021-05-08 09:26:08 -07:00
Родитель b8500d1381
Коммит d32abbdfaf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@
"test": "essex test",
"test:ci": "essex test --coverage",
"git-is-clean": "essex git-is-clean",
"ci": "npm-run-all -p lint build:all bundle:all test:ci -s git-is-clean",
"ci": "npm-run-all -p lint:all build:all bundle:all test:ci -s git-is-clean",
"release": "run-s clean:all build:all publish:all",
"start": "yarn start:webapp"
},