Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Dec 9, 2024
1 parent 6ae676f commit 1d08aa8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run Pre-Build Step
run: pnpm prebuild --force=true

- name: Choose Build Step
id: build-step-decider
run:
Expand Down
18 changes: 9 additions & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": true,
"semi": true,
"trailingComma": "all",
"proseWrap": "always",
"arrowParens": "always",
"printWidth": 80
"tabWidth": 2,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": true,
"semi": true,
"trailingComma": "all",
"proseWrap": "always",
"arrowParens": "always",
"printWidth": 100
}

0 comments on commit 1d08aa8

Please sign in to comment.