Skip to content

Commit

Permalink
Add NoDAG options to npm run dev and npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Oct 19, 2023
1 parent 55c5522 commit b8c08cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"scripts": {
"predev": "ts-node scripts/generateAutocompleteGraph.ts",
"dev": "next dev",
"devNoDAG": "next dev",
"prebuild": "ts-node scripts/generateAutocompleteGraph.ts",
"build": "next build",
"buildNoDAG": "next build",
"start": "next start",
"prettier": "prettier --write .",
"lint": "next lint",
Expand Down

0 comments on commit b8c08cb

Please sign in to comment.