This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 791216e0 authored by eduardDeploy's avatar eduardDeploy
Browse files

trying to ignore keycloak theme folder

parent 27bae028
3 merge requests!166Deploying Februrar 23 Release,!158Keycloak theme,!146Put the sonar-analyze job into a separate stage
......@@ -58,7 +58,7 @@
"java:war:dev": "npm run java:war -- -Pdev,webapp",
"java:war:prod": "npm run java:war -- -Pprod",
"jest": "jest --coverage --logHeapUsage --maxWorkers=2 --config jest.conf.js",
"lint": "eslint . --ext .js,.ts",
"lint": "eslint . --ext .js,.ts --ignore-path src/main/resources/keycloak-theme",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"prettier:check": "prettier --check \"{,src/main/java/**/,src/test/java/**/,src/main/webapp/**/}*.{md,json,yml,html,ts,css,scss,java}\"",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment