Skip to content

Commit

Permalink
build: fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 10, 2023
1 parent 2c16006 commit 0664f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Prepare
uses: ./.github/actions/prepare
- name: Build
run: npm run build --workspaces
run: npm run build

format:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
],
"scripts": {
"format": "prettier . --write",
"format:check": "prettier --check .",
"build": "node rmdir.mjs && node esbuild.mjs",
"dev": "node rmdir.mjs && NODE_ENV=development node esbuild.mjs",
"lint": "eslint --max-warnings 0 src/**/*"
Expand Down

0 comments on commit 0664f12

Please sign in to comment.