Skip to content

Commit db102ee

Browse files
committed
npm pack and override all the things and also don't install global and just use local cli
1 parent 53ee795 commit db102ee

File tree

8 files changed

+3669
-3610
lines changed

8 files changed

+3669
-3610
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
102102
run: |
103103
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
104-
npm install -g ${{ github.workspace }}/netlify-cli-23.10.0.tgz
104+
# npm install -g ${{ github.workspace }}/netlify-cli-23.10.0.tgz
105105
npx netlify login
106106
- name: Get installed Playwright version
107107
id: playwright-version
@@ -278,7 +278,7 @@ jobs:
278278
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
279279
run: |
280280
# Control netlify-cli as a regular dev dep but expose it globally for test fixtures to use
281-
npm install -g ${{ github.workspace }}/netlify-cli-23.10.0.tgz
281+
# npm install -g ${{ github.workspace }}/netlify-cli-23.10.0.tgz
282282
npx netlify login
283283
- name: "Smoke tests"
284284
run: npm run test:ci:smoke

netlify-build-35.2.11.tgz

142 KB
Binary file not shown.

netlify-edge-bundler-14.8.4.tgz

1.28 MB
Binary file not shown.

netlify-functions-utils-6.2.12.tgz

2.58 KB
Binary file not shown.
68.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)