Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
run: pnpm install --ignore-scripts --frozen-lockfile
- name: pnpm audit
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
- run: pnpm audit
+ run: pnpm audit --prod
- name: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
run: pnpm lint
run: pnpm install --ignore-scripts --frozen-lockfile
- name: pnpm audit
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
- run: pnpm audit
+ run: pnpm audit --prod
- name: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
run: pnpm lint