Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

26쪽과 동일하게 수정(scripts 부분 많이 달라짐) #9

Open
easysIT opened this issue Jan 10, 2020 · 0 comments
Open

26쪽과 동일하게 수정(scripts 부분 많이 달라짐) #9

easysIT opened this issue Jan 10, 2020 · 0 comments

Comments

@easysIT
Copy link

easysIT commented Jan 10, 2020

"scripts": {
"dev": "next",
"predeploy": "yarn build-all",
"deploy": "firebase deploy",
"build-all": "yarn ssrbuild && yarn build-firebase",
"build-firebase": "cd \"./functions\" && yarn --ignore-engines",
"ssrbuild": "next build",
"storybook": "start-storybook -p 9001 -c .storybook",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"mockserver": "json-server --watch --delay 500 --port 4000 mock/create.js",
"errorserver": "node mock/fake.js",
"eject": "react-scripts eject"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant