Skip to content

Commit

Permalink
Run release:clean at the end of the release process (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored and adamjmcgrath committed Apr 2, 2020
1 parent f695535 commit 99c5732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ const branch = process.argv[3];
await exec('npm run docs');

await writeChangelog(newVersion);

await exec('npm run release:clean');
})();

0 comments on commit 99c5732

Please sign in to comment.