Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정승호
/
Hexa_for_you_renewal
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정승호
2020-06-25 08:08:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e3bd2181fc75456a7738a79b0eafaaba94289c8
8e3bd218
1 parent
697a284d
project just deployed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
package.json
package.json
View file @
8e3bd21
...
...
@@ -4,14 +4,15 @@
"description"
:
"react boiler plate"
,
"main"
:
"index.js"
,
"engine"
:
{
"node"
:
"1
0.16.0
"
,
"npm"
:
"6.
9.0
"
"node"
:
"1
2.16.2
"
,
"npm"
:
"6.
14.4
"
},
"scripts"
:
{
"start"
:
"node server/index.js"
,
"backend"
:
"nodemon server/index.js"
,
"frontend"
:
"npm run start --prefix client"
,
"dev"
:
"concurrently
\"
npm run backend
\"
\"
npm run start --prefix client
\"
"
"dev"
:
"concurrently
\"
npm run backend
\"
\"
npm run start --prefix client
\"
"
,
"heroku-postbuild"
:
"NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client "
},
"repository"
:
{
"type"
:
"git"
,
...
...
Please
register
or
login
to post a comment