Skip to content

Commit

Permalink
Updated the package
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrea committed Aug 7, 2023
1 parent 6741688 commit 162e0f3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
"node": ">=18.x"
},
"scripts": {
"start": "npm run build:website && npm run api",
"build:website": "cd website && npm run build",
"api": "node src/index.js",
"dev": "npm run dev:website & npm run dev:api",
"dev:website": "cd website && npm run dev",
"dev:api": "nodemon src/index.js"
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down

0 comments on commit 162e0f3

Please sign in to comment.