Skip to content

Commit

Permalink
build: ⚡ update the publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymichael committed Sep 11, 2024
1 parent d1bc86a commit fea3b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ async function publish({ version, preview }) {
* reinstall the packages,
* and run the tests to ensure everything still works
*/
await execInherit("npm ci");
await execInherit("npm run test:coverage");
await exec("npm ci", [], { followLogs: true });
await exec("npm run test:coverage", [], { followLogs: true });

/*
* Tag Framework
Expand Down

0 comments on commit fea3b03

Please sign in to comment.