Fix ci
This commit is contained in:
Родитель
16bf3889a8
Коммит
f2cc272b5b
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче