You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starts the build for development.
$ npm start
Builds the code for production.
$ npm run build
Formats files.
$ npm run format
Lints CSS files.
$ npm run lint:css
Lints JavaScript files.
$ npm run lint:js
Updates WordPress packages to the latest version.
$ npm run packages-update