Skip to content

Commit

Permalink
format: improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Sep 17, 2023
1 parent c201f21 commit f491679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postarchive": "rm -rf $npm_package_name && unzip $npm_package_name.zip -d $npm_package_name && rm $npm_package_name.zip && zip -r $npm_package_name.zip $npm_package_name && rm -rf $npm_package_name",
"makepot": "wpi18n makepot --domain-path languages --pot-file $npm_package_name.pot --type plugin --main-file $npm_package_name.php --exclude node_modules,tests,docs",
"phpcs": "./vendor/bin/phpcs *.php includes -p",
"env": "wp-env",
"env": "wp-env",
"env:start": "wp-env start",
"env:clean": "wp-env clean",
"env:stop": "wp-env stop",
Expand All @@ -42,7 +42,7 @@
"test:e2e-debug": "npx playwright test --config tests/e2e/playwright.config.js --debug",
"test:e2e-codegen": "npx playwright codegen",
"test:e2e-report": "npx playwright show-report tests/e2e/test-results/playwright-report",
"test:e2e-foundational": "npx playwright test --config tests/e2e/playwright.config.js --grep @foundational"
"test:e2e-foundational": "npx playwright test --config tests/e2e/playwright.config.js --grep @foundational",
"phpcompat": "./vendor/bin/phpcs *.php includes -p --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 7.3-"
},
"config": {
Expand Down

0 comments on commit f491679

Please sign in to comment.