Skip to content

Commit

Permalink
Remove call to deleted getFilmsData from prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmetral committed Aug 10, 2024
1 parent ae4d663 commit 1b9cb35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/prebuild.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import generateRSS from "./generateRSS.js";
import getFilmsData from "./getFilmsData.js";

Promise.all([generateRSS(), getFilmsData()]);
Promise.all([generateRSS()]);

0 comments on commit 1b9cb35

Please sign in to comment.