diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 53ae529..4095ab6 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,10 @@ "main": "index.js", "scripts": { "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --verbose --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", + "test": "playwright test", "lint": "npm run lint:js && npm run lint:editorconfig", "lint:editorconfig": "editorconfig-checker", - "lint:js": "eslint static/js/* assets/js/* eslint.config.js playwright.config.js" + "lint:js": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js" }, "devDependencies": { "@playwright/test": "^1.43.0", |
