Skip to content

Commit

Permalink
Add dev task for watching files and building right away
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Aug 1, 2024
1 parent 10b3ae2 commit 68886ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"scripts": {
"build": "grunt",
"build:wp": "wp-scripts build",
"dev": "wp-scripts start",
"lint": "npm-run-all lint:*",
"lint:js": "eslint .",
"lint:js-playwright": "DEBUG=eslint:cli-engine eslint tests/e2e/** --config .eslintrc.playwright.json --no-ignore",
Expand Down

0 comments on commit 68886ee

Please sign in to comment.