Skip to content

Commit

Permalink
npm run check
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen committed Jun 24, 2023
1 parent f5515d4 commit 9271647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Read changelogs for major version upgrades — some things are not going to be c

Don't upgrade ProseMirror stuff or @types/node.

Run `npm i`. Run `npm run build` (lint is not enough!).
Run `npm i`. Run `npm run check`.

## Upgrading Tiptap

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "prisma generate && next build",
"start": "NODE_ENV=production node server.js",
"gql:watch": "graphql-codegen --watch",
"lint": "next lint",
"check": "tsc --noEmit && echo '\u001b[32m✔ Typecheck OK\u001b[0m' && next lint",
"test:e2e": "playwright test",
"tauri": "tauri",
"tiptap-nocheck": "esbuild scripts/tiptap-nocheck.ts --bundle --platform=node | node"
Expand Down

0 comments on commit 9271647

Please sign in to comment.