Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit af810db

Browse files
committed
Add install script to README file
1 parent 4d41f59 commit af810db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ Example config your Laravel project with two builds (public and admin)
135135
"private": true,
136136
"scripts": {
137137
// For public application
138+
"prepare:app": "cd resources/frontend/app && yarn install",
138139
"serve:app": "cd resources/frontend/app && yarn run serve",
139140
"build:app": "cd resources/frontend/app && yarn run build",
140141
"lint:app": "cd resources/frontend/app && yarn run lint",
141142
"test:app": "cd resources/frontend/app && yarn run test:unit",
142143
// For admin application
144+
"prepare:admin": "cd resources/frontend/admin && yarn install",
143145
"serve:admin": "cd resources/frontend/admin && yarn run serve",
144146
"build:admin": "cd resources/frontend/admin && yarn run build",
145147
"lint:admin": "cd resources/frontend/admin && yarn run lint",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /