Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
permissions:
contents: read
pull-requests: read
name: Testing => Run full test suite
on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/iframes.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
permissions:
contents: read
pull-requests: read
name: Check iframes
on:
schedule:
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"teste:local": "NODE_ENV=test playwright test --ui",
"testu:local": "NODE_ENV=test jest --watch ./testu",
"dev": "next dev --turbopack",
"build": "pnpm webpack && npx prisma generate && next build",
"prebuild": "pnpm prisma:generate",
"prisma:generate": "prisma generate",
"build": "pnpm webpack && next build",
"build:analyze": "ANALYZE=true next build",
"postbuild": "next-sitemap",
"webpack": "dotenv -e .env webpack",
Expand All @@ -31,8 +33,8 @@
"start": "next start",
"lint": "next lint",
"chromatic": "chromatic --exit-zero-on-changes",
"testIframes": "npx playwright install chromium; npx tsx src/scripts/testIframes.ts",
"preinstall": "npm install -D only-allow:1.2.2 & npx only-allow pnpm"
"testIframes": "playwright install chromium; tsx src/scripts/testIframes.ts",
"preinstall": "pnpm add --ignore-scripts -D only-allow@1.2.2 && only-allow pnpm"
},
"engines": {
"node": "^22.0.0",
Expand Down Expand Up @@ -129,6 +131,7 @@
"node-mocks-http": "^1.17.2",
"node-pdftk": "^2.1.3",
"nyc": "^17.1.0",
"only-allow": "1.2.2",
"pdf-merger-js": "^5.1.2",
"postcss-loader": "^8.2.0",
"prettier": "^3.6.2",
Expand Down
17 changes: 17 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.