Skip to content

Commit 3cfe9cd

Browse files
committed
Correct typos in CI
1 parent f350e2d commit 3cfe9cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
npm ci
3434
npm run lint
3535
npm run format:check
36+
npm run build:all
3637
npm run docs
3738
3839
tests-without-auth:
@@ -64,7 +65,7 @@ jobs:
6465
username: ${{secrets.DOCKER_USERNAME}}
6566
password: ${{secrets.DOCKER_PASSWORD}}
6667
- name: "Transpile the package"
67-
run: npm run build
68+
run: npm run build:all
6869
- name: "Install dependencies"
6970
run: |
7071
npm ci
@@ -95,7 +96,7 @@ jobs:
9596
username: ${{secrets.DOCKER_USERNAME}}
9697
password: ${{secrets.DOCKER_PASSWORD}}
9798
- name: "Transpile the package"
98-
run: npm run build
99+
run: npm run build:all
99100
- name: "Install dependencies"
100101
run: |
101102
npm ci
@@ -127,7 +128,7 @@ jobs:
127128
node-version: '22.x'
128129
registry-url: 'https://registry.npmjs.org'
129130
- run: npm ci
130-
- run: npm run build
131+
- run: npm run build:all
131132
- run: npm publish
132133
env:
133134
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)