Skip to content

Commit

Permalink
Run an initial build in watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Dec 1, 2023
1 parent d20ab3d commit 7c7ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rm -r dist",
"lint": "eslint lib/ playwright/ tests/ rules/autoconsent/*.json",
"bundle": "./build.sh",
"watch": "chokidar \"lib\" \"addon\" \"rules/autoconsent\" -c \"npm run prepublish\"",
"watch": "npm run prepublish && chokidar \"lib\" \"addon\" \"rules/autoconsent\" -c \"npm run prepublish\"",
"create-rule": "node rules/create-rule.mjs",
"test": "playwright test",
"test:webkit": "playwright test --project webkit",
Expand Down

0 comments on commit 7c7ff2d

Please sign in to comment.