We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7505d48 commit 921ec2dCopy full SHA for 921ec2d
3 files changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
node-version: ${{matrix.node}}
39
cache: 'npm'
40
- name: Install packages
41
- run: npm ci
+ run: npm ci --ignore-scripts
42
- name: Build project
43
run: npm run build
44
- name: Run tests
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Update npm
37
run: npm install -g npm@latest
- name: Publish
.github/workflows/sonarcloud.yml
node-version: '24'
run: npm run test
- name: Create Sonar properties
0 commit comments