Created
June 23, 2021 16:01
-
-
Save caseymilne/31d1d304db871305d43879995dd389d9 to your computer and use it in GitHub Desktop.
React package.json WP scripts replacement
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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