Skip to content

Instantly share code, notes, and snippets.

@caseymilne
Created June 23, 2021 16:01
Show Gist options
  • Select an option

  • Save caseymilne/31d1d304db871305d43879995dd389d9 to your computer and use it in GitHub Desktop.

Select an option

Save caseymilne/31d1d304db871305d43879995dd389d9 to your computer and use it in GitHub Desktop.
React package.json WP scripts replacement
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment