Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Oct 24, 2023
1 parent 5ebf8e8 commit b32999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"check:prod": "run-s lint:prod prettier:check",
"check:prod": "npm run lint:prod && npm run prettier:check",
"export": "DOCS_DIST=${DOCS_DIST:=dist} next export -o $DOCS_DIST",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
Expand Down

0 comments on commit b32999c

Please sign in to comment.