Update package.json
This commit is contained in:
parent
1031de18ae
commit
832ca9e7d5
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "IEEE_UCSD_WEBSITE",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"start": "node dist/server/entry.mjs",
|
||||
"build": "astro check && astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
|
|
Loading…
Reference in a new issue