Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Jan 18, 2023
1 parent d44f9e6 commit 67017ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: yarn install --mode=skip-build
- run: yarn build
- run: yarn constraints
- if: ${{ matrix.node_version }} == "18"
- if: matrix.node_version == 18
run: yarn test
- run: yarn lint
- run: yarn prettier
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
package.tgz
package.tgz
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev:one": "turbo run dev --filter",
"lint": "eslint .",
"lint:fix": "yarn lint --fix",
"prettier": "prettier --check .",
"prettier": "prettier --ignore-unknown --no-error-on-unmatched-pattern --check .",
"prettier:fix": "yarn prettier --write",
"release:cut": "git add . && git commit -m 'new release' && WEB_ACL_ARN='' yarn deploy:one infra -- PROD && yarn changeset publish && git push && git push --follow-tags",
"release:prepare": "yarn build && yarn changeset version && yarn prettier:fix",
Expand Down

0 comments on commit 67017ae

Please sign in to comment.