Skip to content

Commit

Permalink
chore: add sri-history to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Jan 18, 2018
1 parent a1eb245 commit b553e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1",
"prepublishOnly": "grunt build",
"postinstall": "node build/utils/postinstall.js",
"release": "standard-version"
"release": "standard-version && node build/sri-update"
},
"devDependencies": {
"angular-precommit": "^1.0.3",
Expand Down

0 comments on commit b553e70

Please sign in to comment.