--
This commit is contained in:
parent
277a8c3076
commit
5bba710b91
2
.npmrc
Normal file
2
.npmrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
@frontend:registry=https://penahub.gitlab.yandexcloud.net/api/v4/packages/npm/
|
||||||
|
//penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken=glpat-z14xC-xERfrwJYa9ELC-
|
1
.yarnrc
1
.yarnrc
@ -1 +0,0 @@
|
|||||||
"@frontend:registry" "https://penahub.gitlab.yandexcloud.net/api/v4/packages/npm/"
|
|
@ -4,7 +4,7 @@ RUN apk update && rm -rf /var/cache/apk/*
|
|||||||
WORKDIR /usr/app
|
WORKDIR /usr/app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN yarn install --ignore-scripts --non-interactive && yarn cache clean
|
RUN yarn install --verbose --ignore-scripts --non-interactive && yarn cache clean
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"@craco/craco": "^7.0.0",
|
"@craco/craco": "^7.0.0",
|
||||||
"@emotion/react": "^11.10.5",
|
"@emotion/react": "^11.10.5",
|
||||||
"@emotion/styled": "^11.10.5",
|
"@emotion/styled": "^11.10.5",
|
||||||
"@frontend/kitui": "^1.0.87",
|
"@frontend/kitui": "^1.0.86",
|
||||||
"@frontend/squzanswerer": "^1.0.61",
|
"@frontend/squzanswerer": "^1.0.61",
|
||||||
"@mui/icons-material": "^5.10.14",
|
"@mui/icons-material": "^5.10.14",
|
||||||
"@mui/material": "^5.10.14",
|
"@mui/material": "^5.10.14",
|
||||||
@ -112,5 +112,6 @@
|
|||||||
"arrowParens": "always",
|
"arrowParens": "always",
|
||||||
"jsxSingleQuote": false,
|
"jsxSingleQuote": false,
|
||||||
"singleAttributePerLine": true
|
"singleAttributePerLine": true
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user