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

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

trying to ignore keycloak theme folder

parent 4ae745aa
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -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