Skip to content

Commit

Permalink
Fixup! Monkey patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama committed Oct 4, 2023
1 parent 41fa493 commit 2895376
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 85 deletions.
135 changes: 51 additions & 84 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@storyblok/react": "^2.4.0",
"cnbuilder": "^3.1.0",
"framer-motion": "^10.15.0",
"next": "~13.4.0",
"next": "~13.5",
"storyblok-rich-text-react-renderer-ts": "^3.2.0"
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions scripts/prebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ const prebuildScripts = async () => {
),
);
};
console.log('********* END PREBUILDING');

prebuildScripts();

0 comments on commit 2895376

Please sign in to comment.