Skip to content

Commit

Permalink
Update cleanup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 28, 2020
1 parent f054405 commit 6bca767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleanup.js
Expand Up @@ -4,6 +4,6 @@
const fs = require('fs');

try {
fs.unlinkSync('dist/umd/PNotifyBrightTheme.js');
fs.unlinkSync('dist/umd/PNotifyMaterial.js');
fs.unlinkSync('dist/PNotifyBrightTheme.js');
fs.unlinkSync('dist/PNotifyMaterial.js');
} catch (e) {}

0 comments on commit 6bca767

Please sign in to comment.