Ilyas Foo
Ilyas Foo
Try this: In `package.json` modify npm scripts to include `NODE_ENV` environment variable ```javascript { ... "scripts": { "start": "NODE_ENV=development node index.js", "start:watch": "NODE_ENV=development nodemon", "start:prod": "NODE_ENV=production node dist/src/main.js", } ......
>@ilyasfoo I thought our changelogs (which specify the type of update) determine the version bump and automatically handle that when we're ready to publish. @joshuatf Ah, I was not aware...
@joshuatf Sorry if this disrupts your work a little, but I've just [published](https://www.npmjs.com/package/@woocommerce/components/v/10.3.0) components `10.3.0` since it contains some minor fixes that's for a component we released earlier so consumers...
For additional context, I was testing this in a `wp-env` environment
Hey, @ecgan! 👋 Feature branch strategy works well for this case since (as far as I'm aware) we've not planned any refactors or big changes in the marketing section. Generally,...
Hey, @xristos3490! Thanks for catching the header issue. I noticed that the ellipsis next to the header are also hidden. I believe this was caused by this [commit](https://github.com/woocommerce/woocommerce/commit/2a455d1bdca7b219c7a5f31bb10aeff9ea6792bf), which I...
A better option is to use a more reliable tag, such as a classname
Hi, @webdados! I hope the issue is resolved for you. > Also, I found code that suggests that even if the developer disabled marketing suggestions (as I do), the notification...
> This is literally a promotional message Actually, it was an individual page containing the promotional message under its own menu, and users would have to intentionally navigate to the...
@theoephraim Thanks for considering this, however, it's been a while and I no longer remember the details of my now-abandoned project. But I think it'll still be a good addition...