This commit is contained in:
Nathan Evans 2022-04-18 11:49:56 -07:00
Родитель 16bf3889a8
Коммит f2cc272b5b
2 изменённых файлов: 7 добавлений и 5 удалений

10
.gitignore поставляемый
Просмотреть файл

@ -1,11 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
node_modules/
**/node_modules/
# testing
/coverage
**/coverage
# production
/build
**/build
**/dist
**/docsTemp
# misc
@ -28,4 +30,4 @@ yarn-error.log*
!.yarn/sdks
!.yarn/versions
public/data/msft*
**/public/data/msft*

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

@ -7,7 +7,7 @@
"bundle": "yarn workspaces foreach -pv run bundle",
"build": "yarn workspaces foreach -pivt run build",
"start": "yarn workspaces foreach -piv run start",
"ci": "run-s clean lint typecheck bundle assets git_is_clean",
"ci": "run-s clean lint build git_is_clean",
"lint": "essex lint --fix",
"prettify": "essex prettify",
"deploy": "essex deploy --type azure-blob-storage --storageAccount $STORAGE_ACCOUNT --storageAccountKey $STORAGE_KEY --verbose",