test: refs #null commit
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
5c4d2dda97
commit
85e6f30697
|
@ -4,5 +4,5 @@
|
||||||
echo "Running husky commit-msg hook"
|
echo "Running husky commit-msg hook"
|
||||||
npx --no-install commitlint --edit
|
npx --no-install commitlint --edit
|
||||||
echo "Adding reference tag to commit message"
|
echo "Adding reference tag to commit message"
|
||||||
npm run addReferenceTag
|
node .husky/addReferenceTag.js
|
||||||
|
|
||||||
|
|
|
@ -113,10 +113,7 @@
|
||||||
"test:e2e": "node e2e/tests.js",
|
"test:e2e": "node e2e/tests.js",
|
||||||
"test:front": "jest --watch",
|
"test:front": "jest --watch",
|
||||||
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
"back": "nodemon --inspect -w modules ./node_modules/gulp/bin/gulp.js back",
|
||||||
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
|
"lint": "eslint ./ --cache --ignore-pattern .gitignore"
|
||||||
"commitlint": "commitlint --edit",
|
|
||||||
"prepare": "husky install",
|
|
||||||
"addReferenceTag": "node .husky/addReferenceTag.js"
|
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
"projects": [
|
"projects": [
|
||||||
|
|
Loading…
Reference in New Issue