Skip to content

Commit

Permalink
Playing with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Jun 17, 2022
1 parent 1052f67 commit 0c30ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .teamcity/settings.kts
Expand Up @@ -1241,19 +1241,17 @@ object UnitTestsAndBuild : BuildType({
node -v
npm -v
whoami
chown -R root:root . # See https://github.com/npm/cli/issues/4589
apt update
apt install g++ gcc make python -y
mkdir -p -m ugo+rwx node_modules/.cache
mkdir node_modules
npm install
npm run typecheck-ci
npm run test-ci
npm run build
npm run build-examples
""".trimIndent()
dockerImage = "satantime/puppeteer-node:16-stretch"
dockerImage = "satantime/puppeteer-node:16.14-stretch"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
dockerRunParameters = "-v %teamcity.build.workingDir%/npmlogs:/root/.npm/_logs"
}
Expand Down
1 change: 1 addition & 0 deletions src/auth-dialog/auth-dialog.examples.tsx
Expand Up @@ -7,6 +7,7 @@ import Button from '../button/button';

import AuthDialog from './auth-dialog';

// eslint-disable-next-line import/order
import youtrackLogo from '!file-loader!@jetbrains/logos/youtrack/youtrack.svg';


Expand Down

0 comments on commit 0c30ede

Please sign in to comment.