Skip to content

Commit aa856d1

Browse files
committed
chore: update ci workflow to use npm workspaces
1 parent 24cdb94 commit aa856d1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,10 @@ jobs:
3232
run: npm ci
3333

3434
- name: Build
35-
run: npm run build:prod
35+
run: npm run build -ws
3636

3737
- name: Lint
38-
run: npm run lint
38+
run: npm run lint -ws
3939

4040
- name: Test
41-
run: npm test
42-
43-
- name: Release preview
44-
run: |
45-
npx auto shipit --dry-run
46-
env:
47-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
41+
run: npm test -ws

0 commit comments

Comments
 (0)