Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update CI command to build
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaluu committed Oct 27, 2023
1 parent 67620d9 commit 9443f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint . --ext .js,.ts",
"build": "yarn run rollup",
"test": "jest",
"test:ci": "yarn build && yarn test",
"test:ci": "yarn test",
"rollup": "rollup -c --bundleConfigAsCjs",
"clean": "rimraf dist/*",
"changeset": "changeset",
Expand Down

0 comments on commit 9443f2f

Please sign in to comment.