Skip to content

Commit

Permalink
added size-limit check to the pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Dec 24, 2021
1 parent ad1890a commit d2aa5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"buildProdIntegrationCLI": "NODE_ENV=false ENV=prod uglify=true INTG_NAME=$npm_config_intg rollup --config rollup.intgConfig.js"
},
"pre-commit": [
"size",
"prodTest",
"test"
],
Expand Down

0 comments on commit d2aa5c7

Please sign in to comment.