Skip to content

Commit

Permalink
(feature): added premerge package script
Browse files Browse the repository at this point in the history
  • Loading branch information
iislucas committed Oct 26, 2024
1 parent aba9cbe commit 1e97b9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test": "npm run test:dev",
"test:ci": "jest --testTimeout=15000",
"test:dev": "jest --watchAll --coverage",
"test:trace": "node --trace-warnings node_modules/.bin/jest --maxWorkers=1 --no-cache --verbose"
"test:trace": "node --trace-warnings node_modules/.bin/jest --maxWorkers=1 --no-cache --verbose",
"premerge": "npm run build && npm run test:trace && npm run lint && npm run prettier:check"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e97b9b

Please sign in to comment.