Skip to content

Commit

Permalink
feat: Bump @prisma/prisma-fmt-wasm to 4.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Jan 23, 2023
1 parent b915a89 commit 1358ca7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
- run: npm run lint
- run: npx tsc
- run: npm run checks

tests:
runs-on: ${{ matrix.os }}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"lib"
],
"scripts": {
"checks": "npm run lint && npx tsc && npm test",
"lint": "prettier . --check",
"prepare": "husky install",
"prerelease": "npm ci && npm run lint && npx tsc",
"release": "np",
"release": "np --test-script checks",
"tdd": "jest --watch",
"test": "jest"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@prisma/prisma-fmt-wasm": "4.8.0-62.351fb726ff78e50c7d6db6331d66d4db0e378c53"
"@prisma/prisma-fmt-wasm": "4.9.0-44.b29121153404aa8eda60ec38e41e477cc1c0ee66"
},
"devDependencies": {
"@types/jest": "29.2.6",
Expand Down

0 comments on commit 1358ca7

Please sign in to comment.