7299_testToMaster #2411

Merged
alexm merged 342 commits from 7299_testToMaster into master 2024-05-07 05:30:42 +00:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit 85e6f30697 - Show all commits

View File

@ -4,5 +4,5 @@
echo "Running husky commit-msg hook"
npx --no-install commitlint --edit
echo "Adding reference tag to commit message"
npm run addReferenceTag
node .husky/addReferenceTag.js

View File

@ -113,10 +113,7 @@
"test:e2e": "node e2e/tests.js",
"test:front": "jest --watch",
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"commitlint": "commitlint --edit",
"prepare": "husky install",
"addReferenceTag": "node .husky/addReferenceTag.js"
"lint": "eslint ./ --cache --ignore-pattern .gitignore"
},
"jest": {
"projects": [