File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,15 @@ tooling:
115115 update-solr-config :
116116 service : appserver
117117 cmd : /app/.lando/update-solr-config.sh
118+ install-frontend :
119+ service : node
120+ cmd : cd /app/web/core && cp -f /app/web/core/.prettierrc.json /app/web/.prettierrc.json && npm i
121+ eslint-js :
122+ service : node
123+ cmd : /app/web/core/node_modules/eslint/bin/eslint.js --ext .js --resolve-plugins-relative-to=./web/core
124+ eslint-yml :
125+ service : node
126+ cmd : /app/web/core/node_modules/eslint/bin/eslint.js --ext .yml --resolve-plugins-relative-to=./web/core
127+ stylelint :
128+ service : node
129+ cmd : /app/web/core/node_modules/.bin/stylelint --ignore-path /app/web/core/.stylelintignore --config /app/web/core/.stylelintrc.json
You can’t perform that action at this time.
0 commit comments