chore: implemented feedback

This commit is contained in:
pit
2023-09-27 09:51:30 +01:00
parent 5c81105e71
commit 63c2c4acf4
10 changed files with 60 additions and 120 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:test": "playwright test",
"e2e:test": "start-server-and-test \"npm run start\" http://localhost:3000 \"playwright test\"",
"test:dev": "playwright test",
"test:e2e": "start-server-and-test \"npm run start\" http://localhost:3000 \"playwright test\"",
"clean": "rimraf .next && rimraf node_modules",
"copy:pdfjs": "node ../../scripts/copy-pdfjs.cjs"
},