Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
slaterbbx committed Jan 10, 2021
1 parent 71049a2 commit 7c2c658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Full of stack to the max. Nextjs with custom express server, Typescript, Redux, Saga, Styled-components and more",
"private": true,
"scripts": {
"dev": "nodemon",
"start": "nodemon",
"build": "concurrently \"npm run build:client\" \"npm run build:server\"",
"build:client": "next build ./client",
"build:server": "tsc --project ./server/tsconfig.server.json",
"start": "cross-env NODE_ENV=production node distServer"
"production": "cross-env NODE_ENV=production node distServer"
},
"author": "Kyle Gallagher",
"license": "MIT",
Expand Down

0 comments on commit 7c2c658

Please sign in to comment.