We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d4028 commit 165b793Copy full SHA for 165b793
.github/workflows/default.yml
@@ -19,8 +19,8 @@ jobs:
19
node-version-file: .node-version
20
- name: Install dependencies
21
run: |
22
- npm ci
23
- npm install --global @salesforce/cli
+ npm ci --ignore-scripts
+ npm install --ignore-scripts --global @salesforce/cli
24
- name: Run unit tests
25
run: npm run test
26
- name: Authenticate DevHub and create scratch org
@@ -50,9 +50,10 @@ jobs:
50
with:
51
52
53
- run: npm ci
+ run: npm ci --ignore-scripts
54
- name: Release package
55
run: npx semantic-release
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
59
+ npm_config_ignore_scripts: true
0 commit comments