File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,20 @@ cd adminforth
6767npm ci
6868npm run build
6969
70- # this will install all official plugins and link adminforth package, if plugin installed it will git pull and npm ci
71- npm run install-plugins
7270
73- # same for official adapters
74- npm run install-adapters
7571```
7672
7773To run dev demo:
7874``` sh
7975cd dev-demo
8076cp .env.sample .env
77+
78+ # this will install all official plugins and link adminforth package, if plugin installed it will git pull and npm ci
79+ npm run install-plugins
80+
81+ # same for official adapters
82+ npm run install-adapters
83+
8184npm ci
8285npm run migrate
8386npm start
Original file line number Diff line number Diff line change 2020 "rollout-doc" : " cd documentation && npm run build && npm run deploy" ,
2121 "docs" : " typedoc" ,
2222 "--comment_postinstall" : " postinstall executed after package installed in other project package and when we do npm ci in the package" ,
23- "postinstall" : " if test -d ./dist/spa/; then cd ./dist/spa/ && npm ci && echo 'installed spa dependencies'; fi" ,
24- "install-plugins" : " cd ../plugins && bash install-plugins.sh" ,
25- "install-adapters" : " cd ../adapters && bash install-adapters.sh"
23+ "postinstall" : " if test -d ./dist/spa/; then cd ./dist/spa/ && npm ci && echo 'installed spa dependencies'; fi"
2624 },
2725 "release" : {
2826 "plugins" : [
You can’t perform that action at this time.
0 commit comments