Skip to content

Commit

Permalink
chore(demo): setting up package for demo deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Mar 19, 2024
1 parent e492a3d commit c25a9f4
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 446 deletions.
104 changes: 43 additions & 61 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postinstall": "npm --prefix=../ i --ignore-scripts -C ./demo",
"postbuild": "npm --prefix=../ run build"
},
"dependencies": {
"next": "14.1.3",
Expand Down
Loading

0 comments on commit c25a9f4

Please sign in to comment.