Skip to content

Commit

Permalink
fix: fixed linting issue that got into dev. Fix prettify:changes scri…
Browse files Browse the repository at this point in the history
…pt to compare branch with dev (#12051)
  • Loading branch information
sdstolworthy authored Feb 20, 2023
1 parent 3268c0f commit c465b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: aws-actions/closed-issue-message@v1
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: '${{ secrets.GITHUB_TOKEN }}'
message: |
### ⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pkg-all-local": "yarn verdaccio-start && yarn verdaccio-connect && yarn publish-to-verdaccio && yarn pkg-all && yarn verdaccio-disconnect",
"pkg-all": "source .circleci/local_publish_helpers.sh && generatePkgCli",
"pkg-clean": "rimraf build out pkg/node_modules pkg/yarn.lock",
"prettify:changes": "git diff --name-only --diff-filter MRA | xargs yarn prettier --write",
"prettify:changes": "git diff --name-only --diff-filter MRA dev | xargs yarn prettier --write",
"prettify": "yarn prettier --write .",
"production-build": "yarn --frozen-lockfile --cache-folder ~/.cache/yarn && nx run-many --target=build --all",
"promote-rc": "./scripts/promote-rc.sh",
Expand Down

0 comments on commit c465b37

Please sign in to comment.