diff --git a/package.json b/package.json index e188e3f..db75476 100644 --- a/package.json +++ b/package.json @@ -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"