We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c175b18 commit 9f6b5b1Copy full SHA for 9f6b5b1
1 file changed
.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 tests
25
run: npm run test
26
- name: Run E2E tests in Developer Edition
@@ -44,9 +44,10 @@ jobs:
44
with:
45
46
47
- run: npm ci
+ run: npm ci --ignore-scripts
48
- name: Release package
49
run: npx semantic-release
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
+ npm_config_ignore_scripts: true
0 commit comments