npm start | This will compile your files and will keep watching for changes. |
npm run build | This will compile your files for production. |
npm run setup | This will install all the dependencies. |
npm run reset | This will remove all the dependencies and install them again. |
npm run clean | This will remove all the files in the build folder. |
npm run format | This will format your files. |
npm run lint:css | This will lint your CSS files. |
npm run lint:js | This will lint your JS files. |
npm run lint:php | This will lint your PHP files. |
npm run pot | This will generate a .pot file for your theme. |
npm run pot:json | This will generate a .json file for your theme. |
npm run pot:mo | This will generate a .mo file for your theme. |
npm run packages-update | This will update all the packages. |
npm run test:playwright | This will run the Playwright tests. |
npm run test:playwright:help | This will show the Playwright help. |
npm run test:playwright:debug | This will run the Playwright tests in debug mode. |
npm run styleguide | This will generate a styleguide based on your Tailwind CSS configuration. |