Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Apr 17, 2024
1 parent 6992fe5 commit 2b04609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "[email protected]:ayan4m1/personal-blog.git"
},
"scripts": {
"build": "node split.js && gatsby build",
"build": "node split.mjs && gatsby build",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
Expand Down

0 comments on commit 2b04609

Please sign in to comment.