npm run test:watch
as you're working on your tests to have the tests re-run automatically as you're editing them.public
that contains your entire static site.npm run serve
, usually for local testing.npm run build
or yarn build
).products.rss
../public/products.rss
./plugins/gatsby-plugin-products-feed
, which is configured in ./gatsby-config.js
../plugins/gatsby-plugin-products-feed/README.md
for more details.