Skip to content

Commit

Permalink
chore: test => validate
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed Sep 1, 2023
1 parent 0b64111 commit 7347e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Install dependencies
run: yarn

- name: Test
run: yarn test
- name: Validate
run: yarn validate

- name: Build
run: yarn build:prefix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"release:pre": "release-it --preRelease=next",
"release:ci": "release-it --ci",
"release:dry": "release-it --dry-run",
"test": "yarn format:ci && yarn lint"
"validate": "yarn format:ci && yarn lint"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 7347e30

Please sign in to comment.