Skip to content

Commit

Permalink
Merge pull request #5 from fossuok/dev
Browse files Browse the repository at this point in the history
added export to scripts
  • Loading branch information
PinsaraPerera authored Nov 26, 2024
2 parents 2de0139 + c6623c8 commit be64ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down

0 comments on commit be64ed6

Please sign in to comment.