Skip to content

Commit

Permalink
Remove experimental-modules argument from build:sitemap script
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Jan 23, 2024
1 parent d3526f3 commit ea6bba9
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 @@ -28,7 +28,7 @@
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"build:sitemap": "node --experimental-modules ./src/buildSitemap.js > ./public/sitemap.xml",
"build:sitemap": "node ./src/buildSitemap.js > ./public/sitemap.xml",
"test": "react-scripts test",
"format": "prettier --write \"./**\"",
"eject": "react-scripts eject"
Expand Down

0 comments on commit ea6bba9

Please sign in to comment.