Skip to content

Commit

Permalink
chore(foo): add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
muravjev committed Oct 30, 2022
1 parent 692f184 commit 9e61382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/foo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rimraf .next .build .coverage tsconfig.tsbuildinfo",
"export": "pnpm build && next export -o .build",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 9e61382

Please sign in to comment.