Skip to content

Commit

Permalink
Comment out test for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sharma-08 committed Sep 25, 2023
1 parent 5e890c2 commit a288cec
Show file tree
Hide file tree
Showing 3 changed files with 8,476 additions and 77 deletions.
2 changes: 1 addition & 1 deletion npm/prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ mkdir('-p', '.cache');
cache((exitCode) => {
exitCode && process.exit(exitCode);

systemTests(process.exit);
// systemTests(process.exit);
});
Loading

0 comments on commit a288cec

Please sign in to comment.