Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 06:56:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9469b35b7d3771d7c4883ab72f7030e9068b3a48
9469b35b
1 parent
e06fef54
css 빌드 없이 리액트만 빌드하는 npm 스크립트 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/package.json
web/package.json
View file @
9469b35
...
...
@@ -25,6 +25,7 @@
"scripts"
:
{
"start"
:
"npm run twcss && set PORT=3001 && react-scripts start"
,
"build"
:
"npm run twcss && react-scripts build"
,
"onlybuild"
:
"react-scripts build"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
,
"twcss"
:
"tailwind build src/tailwind.css -c tailwind.config.js -o src/index.css"
...
...
Please
register
or
login
to post a comment