Skip to content
Snippets Groups Projects
Commit 83af5fef authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6238 `pnpm cache verify` does not exist

parent 9549ce94
No related branches found
No related tags found
1 merge request!1OZG-6238 NPM durch PNPM ersetzen
......@@ -84,7 +84,6 @@ pipeline {
sh 'node --version'
dir('alfa-client') {
sh 'pnpm cache verify'
sh 'pnpm install'
if (isMasterBranch()) {
......
......@@ -64,7 +64,6 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm cache verify'
sh 'pnpm install'
if (isReleaseBranch()) {
......
......@@ -228,7 +228,6 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm --version'
dir('alfa-client') {
sh 'pnpm cache verify'
sh 'pnpm install'
sh "pnpm run cypress:install"
}
......
......@@ -177,7 +177,6 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm --version'
dir('alfa-client') {
sh 'pnpm cache verify'
sh 'pnpm install'
sh "pnpm run cypress:install"
}
......
......@@ -64,7 +64,6 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm cache verify'
sh 'pnpm install'
sh 'pnpm run ci-storybook'
}
......
......@@ -36,7 +36,6 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME
dir('alfa-client') {
withNPM(npmrcConfig: 'npm-nexus-auth') {
sh 'pnpm cache verify'
sh 'pnpm install'
sh 'npx nx run info:test'
sh 'npx nx run info:test -- --runInBand --codeCoverage --coverageReporters=lcov --testResultsProcessor=jest-sonar-reporter && npx sonar-scanner'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment