Skip to content

Commit

Permalink
vn(package) schema script
Browse files Browse the repository at this point in the history
varsnothing committed Jan 23, 2024
1 parent 8385199 commit d714da5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,9 +3,12 @@
"version": "1.0.0",
"private": true,
"author": "varsnothing",
"license": "copyright",
"scripts": {
"dev:schema": "NEXUS_SCHEMA=true next dev",
"dev": "next dev",
"build": "next build",
"start:schema": "NEXUS_SCHEMA=true next start",
"start": "next start",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore .",

0 comments on commit d714da5

Please sign in to comment.