Skip to content

Commit

Permalink
chore: use config instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Sep 12, 2023
1 parent fa53374 commit 3639eab
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 @@
"lint:css": "stylelint test/fixtures/blocks/**/*.css test/fixtures/*.css",
"lint": "npm run lint:js && npm run lint:css",
"test": "web-test-runner --node-resolve --coverage",
"test:watch": "web-test-runner \"test/**/*.test.{html,js}\" --node-resolve --watch --coverage"
"test:watch": "web-test-runner --node-resolve --watch --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3639eab

Please sign in to comment.